mirror of
https://github.com/boostorg/detail.git
synced 2025-08-02 05:44:27 +02:00
Detail: Merge disabled gcc container forwardings. Fixes #6323.
[SVN r76529]
This commit is contained in:
@@ -38,7 +38,11 @@
|
|||||||
# define BOOST_DETAIL_NO_CONTAINER_FWD
|
# define BOOST_DETAIL_NO_CONTAINER_FWD
|
||||||
# elif defined(__GLIBCPP__) || defined(__GLIBCXX__)
|
# elif defined(__GLIBCPP__) || defined(__GLIBCXX__)
|
||||||
// GNU libstdc++ 3
|
// GNU libstdc++ 3
|
||||||
# if defined(_GLIBCXX_DEBUG) \
|
//
|
||||||
|
// Disable forwarding for all recent versions, as the library has a
|
||||||
|
// versioned namespace mode, and I don't know how to detect it.
|
||||||
|
# if __GLIBCXX__ >= 20070513 \
|
||||||
|
|| defined(_GLIBCXX_DEBUG) \
|
||||||
|| defined(_GLIBCXX_PARALLEL) \
|
|| defined(_GLIBCXX_PARALLEL) \
|
||||||
|| defined(_GLIBCXX_PROFILE)
|
|| defined(_GLIBCXX_PROFILE)
|
||||||
# define BOOST_DETAIL_NO_CONTAINER_FWD
|
# define BOOST_DETAIL_NO_CONTAINER_FWD
|
||||||
|
Reference in New Issue
Block a user