mirror of
https://github.com/boostorg/io.git
synced 2025-07-30 20:37:12 +02:00
Updated code for inclusion of stdexcept
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
#include <ostream> // for std::endl, std::ostream
|
||||
#include <streambuf> // for std::streambuf
|
||||
#include <string> // for std::string
|
||||
#if defined(BOOST_GCC)
|
||||
#if defined(BOOST_GCC) || (defined(BOOST_CLANG) && defined(BOOST_GNU_STDLIB))
|
||||
#include <stdexcept>
|
||||
#endif
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <istream> // for std::iostream
|
||||
#include <locale> // for std::locale, std::numpunct
|
||||
#include <sstream> // for std::stringstream, etc.
|
||||
#if defined(BOOST_GCC)
|
||||
#if defined(BOOST_GCC) || (defined(BOOST_CLANG) && defined(BOOST_GNU_STDLIB))
|
||||
#include <stdexcept>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user