mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
Remove misplaced visual C++ warning pragma.
[SVN r53506]
This commit is contained in:
@@ -10,14 +10,6 @@
|
|||||||
# pragma once
|
# pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(BOOST_MSVC)
|
|
||||||
#pragma warning(push)
|
|
||||||
#if BOOST_MSVC >= 1400
|
|
||||||
#pragma warning(disable:6294) // Ill-defined for-loop: initial condition does
|
|
||||||
// not satisfy test. Loop body not executed
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/functional/hash/detail/float_functions.hpp>
|
#include <boost/functional/hash/detail/float_functions.hpp>
|
||||||
#include <boost/functional/hash/detail/limits.hpp>
|
#include <boost/functional/hash/detail/limits.hpp>
|
||||||
|
Reference in New Issue
Block a user