comparison DEPENDENCIES/generic/include/boost/variant/detail/hash_variant.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
12 12
13 13
14 #ifndef BOOST_HASH_VARIANT_FUNCTION_HPP 14 #ifndef BOOST_HASH_VARIANT_FUNCTION_HPP
15 #define BOOST_HASH_VARIANT_FUNCTION_HPP 15 #define BOOST_HASH_VARIANT_FUNCTION_HPP
16 16
17 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 17 #if defined(_MSC_VER)
18 # pragma once 18 # pragma once
19 #endif 19 #endif
20 20
21 #include <boost/variant/variant_fwd.hpp> 21 #include <boost/variant/variant_fwd.hpp>
22 #include <boost/variant/static_visitor.hpp> 22 #include <boost/variant/static_visitor.hpp>