mirror of
https://github.com/boostorg/io.git
synced 2025-07-31 04:37:16 +02:00
Merged fix from HEAD
[SVN r34201]
This commit is contained in:
@ -10,6 +10,7 @@
|
|||||||
#define BOOST_IO_IOS_STATE_HPP
|
#define BOOST_IO_IOS_STATE_HPP
|
||||||
|
|
||||||
#include <boost/io_fwd.hpp> // self include
|
#include <boost/io_fwd.hpp> // self include
|
||||||
|
#include <boost/detail/workaround.hpp>
|
||||||
|
|
||||||
#include <ios> // for std::ios_base, std::basic_ios, etc.
|
#include <ios> // for std::ios_base, std::basic_ios, etc.
|
||||||
#ifndef BOOST_NO_STD_LOCALE
|
#ifndef BOOST_NO_STD_LOCALE
|
||||||
@ -19,8 +20,6 @@
|
|||||||
#include <streambuf> // for std::basic_streambuf
|
#include <streambuf> // for std::basic_streambuf
|
||||||
#include <string> // for std::char_traits
|
#include <string> // for std::char_traits
|
||||||
|
|
||||||
#include <boost/detail/workaround.hpp> // for BOOST_WORKAROUND
|
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
namespace io
|
namespace io
|
||||||
|
Reference in New Issue
Block a user