mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
Disable forward container declarations for libc++
[SVN r68786]
This commit is contained in:
@ -18,7 +18,8 @@
|
||||
&& (defined(_GLIBCXX_DEBUG) || defined(_GLIBCXX_PARALLEL))) \
|
||||
|| BOOST_WORKAROUND(__BORLANDC__, > 0x551) \
|
||||
|| BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x842)) \
|
||||
|| (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION))
|
||||
|| (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)) \
|
||||
|| (defined(_LIBCPP_VERSION))
|
||||
|
||||
#include <deque>
|
||||
#include <list>
|
||||
|
Reference in New Issue
Block a user