mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 22:14:28 +02:00
Merge unordered and hash.
Improved Codegear support in unordered. Another warning suppression in hash. [SVN r58223]
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
#if defined(BOOST_MSVC)
|
#if defined(BOOST_MSVC)
|
||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
|
#pragma warning(disable:4244) // conversion from 'int' to 'float'
|
||||||
#pragma warning(disable:4245) // signed/unsigned mismatch
|
#pragma warning(disable:4245) // signed/unsigned mismatch
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user