Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/flyweight/set_factory.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 |
---|---|
7 */ | 7 */ |
8 | 8 |
9 #ifndef BOOST_FLYWEIGHT_SET_FACTORY_HPP | 9 #ifndef BOOST_FLYWEIGHT_SET_FACTORY_HPP |
10 #define BOOST_FLYWEIGHT_SET_FACTORY_HPP | 10 #define BOOST_FLYWEIGHT_SET_FACTORY_HPP |
11 | 11 |
12 #if defined(_MSC_VER)&&(_MSC_VER>=1200) | 12 #if defined(_MSC_VER) |
13 #pragma once | 13 #pragma once |
14 #endif | 14 #endif |
15 | 15 |
16 #include <boost/config.hpp> /* keep it first to prevent nasty warns in MSVC */ | 16 #include <boost/config.hpp> /* keep it first to prevent nasty warns in MSVC */ |
17 #include <boost/detail/allocator_utilities.hpp> | 17 #include <boost/detail/allocator_utilities.hpp> |