forked from boostorg/detail
modification to correct error detected on stdxxx tests
[SVN r46392]
This commit is contained in:
@@ -79,10 +79,8 @@
|
|||||||
// specialized on those types for this to work.
|
// specialized on those types for this to work.
|
||||||
|
|
||||||
#include <locale>
|
#include <locale>
|
||||||
// for mbstate_t
|
#include <cwchar> // for mbstate_t
|
||||||
#include <wchar.h>
|
#include <cstddef> // for std::size_t
|
||||||
// for std::size_t
|
|
||||||
#include <cstddef>
|
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/detail/workaround.hpp>
|
#include <boost/detail/workaround.hpp>
|
||||||
|
Reference in New Issue
Block a user