forked from boostorg/bind
Merge branch 'topic/silence_warning' of https://github.com/timblechmann/bind into develop
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/is_placeholder.hpp>
|
||||
|
||||
#if BOOST_GCC >= 40700
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
|
||||
#endif
|
||||
|
||||
namespace boost
|
||||
{
|
||||
|
||||
@@ -59,4 +64,9 @@ template< int I > struct is_placeholder< arg<I> (*) () >
|
||||
|
||||
} // namespace boost
|
||||
|
||||
#if BOOST_GCC >= 40700
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
|
||||
#endif // #ifndef BOOST_BIND_ARG_HPP_INCLUDED
|
||||
|
Reference in New Issue
Block a user