comparison DEPENDENCIES/generic/include/boost/proto/extends.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
32 #include <boost/proto/args.hpp> 32 #include <boost/proto/args.hpp>
33 #include <boost/proto/traits.hpp> 33 #include <boost/proto/traits.hpp>
34 #include <boost/proto/generate.hpp> 34 #include <boost/proto/generate.hpp>
35 #include <boost/proto/detail/remove_typename.hpp> 35 #include <boost/proto/detail/remove_typename.hpp>
36 36
37 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 37 #if defined(_MSC_VER)
38 # pragma warning(push) 38 # pragma warning(push)
39 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined 39 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined
40 #endif 40 #endif
41 41
42 namespace boost { namespace proto 42 namespace boost { namespace proto
638 638
639 } 639 }
640 640
641 }} 641 }}
642 642
643 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 643 #if defined(_MSC_VER)
644 # pragma warning(pop) 644 # pragma warning(pop)
645 #endif 645 #endif
646 646
647 #endif 647 #endif