Fix build issues when optional_fwd.hpp is used before including boost/config.hpp

Fixes https://svn.boost.org/trac/boost/ticket/12179
This commit is contained in:
Daniel Seither
2016-05-14 10:34:13 +02:00
parent 0755ab7b4e
commit 844ca6a0d5

View File

@ -16,7 +16,7 @@
#ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP #ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
#define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP #define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
#include <boost/config/suffix.hpp> #include <boost/config.hpp>
namespace boost { namespace boost {