forked from boostorg/conversion
CodeGear patch
[SVN r49051]
This commit is contained in:
@@ -472,6 +472,8 @@ namespace boost
|
|||||||
# pragma warning( push )
|
# pragma warning( push )
|
||||||
// C4146: unary minus operator applied to unsigned type, result still unsigned
|
// C4146: unary minus operator applied to unsigned type, result still unsigned
|
||||||
# pragma warning( disable : 4146 )
|
# pragma warning( disable : 4146 )
|
||||||
|
#elif defined( __BORLANDC__ )
|
||||||
|
# pragma option push -w-8041
|
||||||
#endif
|
#endif
|
||||||
template<class T>
|
template<class T>
|
||||||
inline
|
inline
|
||||||
@@ -483,6 +485,8 @@ namespace boost
|
|||||||
}
|
}
|
||||||
#if (defined _MSC_VER)
|
#if (defined _MSC_VER)
|
||||||
# pragma warning( pop )
|
# pragma warning( pop )
|
||||||
|
#elif defined( __BORLANDC__ )
|
||||||
|
# pragma option pop
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user