[range] - Fix for Trac issue 5295 - boost/range/sub_range.hpp cannot be included by itself

[SVN r70036]
This commit is contained in:
Neil Groves
2011-03-16 23:31:59 +00:00
parent 67f457ade1
commit 19a2090ef8

View File

@ -12,12 +12,13 @@
#ifndef BOOST_RANGE_SUB_RANGE_HPP
#define BOOST_RANGE_SUB_RANGE_HPP
#include <boost/detail/workaround.hpp>
#if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1500))
#pragma warning( push )
#pragma warning( disable : 4996 )
#endif
#include <boost/detail/workaround.hpp>
#include <boost/range/config.hpp>
#include <boost/range/iterator_range.hpp>
#include <boost/range/value_type.hpp>