2
0
mirror of https://github.com/boostorg/icl.git synced 2026-01-19 04:12:13 +00:00

Merge pull request #33 from brunom/develop

Remove <boost/config/warning_disable.hpp>
This commit is contained in:
jofaber
2022-02-26 22:50:18 +01:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ Copyright (c) 2009-2009: Joachim Faulhaber
#include <boost/mpl/if.hpp>
#include <boost/iterator/iterator_facade.hpp>
#include <boost/config/warning_disable.hpp>
#include <boost/icl/type_traits/succ_pred.hpp>
#include <boost/icl/detail/mapped_reference.hpp>

View File

@@ -9,7 +9,6 @@ Copyright (c) 2009-2009: Joachim Faulhaber
#define BOOST_ICL_ITERATOR_HPP_JOFA_091003
#include <iterator>
#include <boost/config/warning_disable.hpp>
namespace boost{namespace icl
{