mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 17:17:22 +02:00
Fixes to bug report 1693867.
[SVN r37355]
This commit is contained in:
@ -46,6 +46,8 @@
|
|||||||
|
|
||||||
#if defined(BOOST_REGEX_FI_WIN32_DIR)
|
#if defined(BOOST_REGEX_FI_WIN32_DIR)
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
namespace re_detail{
|
namespace re_detail{
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
#include <climits>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
@ -128,7 +129,7 @@ inline void pointer_construct(T* p, const T& t)
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
namespace boost{ namespace re_detail{
|
namespace boost{ namespace re_detail{
|
||||||
#if BOOST_WORKAROUND(BOOST_MSVC,>=1400) && defined(_CPPLIB_VER) && !(defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION))
|
#if BOOST_WORKAROUND(BOOST_MSVC,>=1400) && defined(_CPPLIB_VER) && defined(BOOST_DINKUMWARE_STDLIB) && !(defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION))
|
||||||
//
|
//
|
||||||
// MSVC 8 will either emit warnings or else refuse to compile
|
// MSVC 8 will either emit warnings or else refuse to compile
|
||||||
// code that makes perfectly legitimate use of std::copy, when
|
// code that makes perfectly legitimate use of std::copy, when
|
||||||
|
Reference in New Issue
Block a user