mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-28 05:22:29 +00:00
defined EMPTY_PRIMARY_CODECVT_DEFINITION for libstdc++
[SVN r27127]
This commit is contained in:
@@ -68,7 +68,9 @@ namespace std {
|
||||
# define BOOST_NO_PRIMARY_CODECVT_DEFINITION
|
||||
#endif
|
||||
|
||||
#if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)
|
||||
#if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION) || \
|
||||
defined(__GLIBCPP__) || defined(__GLIBCXX__) \
|
||||
/**/
|
||||
# define BOOST_EMPTY_PRIMARY_CODECVT_DEFINITION
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user