mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Remove unnecessary #include.
This commit is contained in:
parent
5883ec1f1a
commit
56df43d6f4
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user