Merge branch 'develop'

This commit is contained in:
Peter Dimov
2014-06-03 21:13:54 +03:00

View File

@@ -10,8 +10,6 @@
#ifndef BOOST_VISIT_EACH_HPP #ifndef BOOST_VISIT_EACH_HPP
#define BOOST_VISIT_EACH_HPP #define BOOST_VISIT_EACH_HPP
#include <boost/config.hpp>
namespace boost { namespace boost {
template<typename Visitor, typename T> template<typename Visitor, typename T>
inline void visit_each(Visitor& visitor, const T& t, long) inline void visit_each(Visitor& visitor, const T& t, long)