mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
*Commend a function because it break build.
--HG-- branch : trunk
This commit is contained in:
@@ -228,12 +228,12 @@ class ByteBuffer
|
||||
_rpos += sizeof(T);
|
||||
return r;
|
||||
};
|
||||
template<> std::string read<std::string>()
|
||||
/*template<> std::string read<std::string>()
|
||||
{
|
||||
std::string tmp;
|
||||
*this >> tmp;
|
||||
return tmp;
|
||||
}
|
||||
}*/
|
||||
template <typename T> T read(size_t pos) const
|
||||
{
|
||||
ASSERT(pos + sizeof(T) <= size() || PrintPosError(false,pos,sizeof(T)));
|
||||
|
||||
Reference in New Issue
Block a user