mirror of https://github.com/AxioDL/tinyxml2.git
commit
53b0727037
10
tinyxml2.cpp
10
tinyxml2.cpp
|
@ -1932,10 +1932,12 @@ struct LongFitsIntoSizeTMinusOne {
|
|||
};
|
||||
|
||||
template <>
|
||||
bool LongFitsIntoSizeTMinusOne<false>::Fits( unsigned long /*value*/ )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
struct LongFitsIntoSizeTMinusOne<false> {
|
||||
static bool Fits( unsigned long )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
XMLError XMLDocument::LoadFile( FILE* fp )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue