forked from boostorg/regex
Prune <iostream> includes
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
#include <ostream>
|
||||||
|
|
||||||
#ifdef BOOST_REGEX_CXX03
|
#ifdef BOOST_REGEX_CXX03
|
||||||
#define RW_NS boost
|
#define RW_NS boost
|
||||||
|
@ -67,8 +67,6 @@ Accepts UTF-32 code points and forwards them on as UTF-16 code points.
|
|||||||
#include <ios>
|
#include <ios>
|
||||||
#include <limits.h> // CHAR_BIT
|
#include <limits.h> // CHAR_BIT
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
#ifndef BOOST_REGEX_STANDALONE
|
#ifndef BOOST_REGEX_STANDALONE
|
||||||
#include <boost/throw_exception.hpp>
|
#include <boost/throw_exception.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user