]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/std_string.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / unicode / std_string.h
index 729c56399506eb38b2c9edc1c6420e5abbe5d897..bf87230167ecf25ce98aef43a05302c165497c67 100644 (file)
@@ -27,6 +27,8 @@
 
 #include "unicode/utypes.h"
 
+#if U_SHOW_CPLUSPLUS_API
+
 // Workaround for a libstdc++ bug before libstdc++4.6 (2011).
 // https://bugs.llvm.org/show_bug.cgi?id=13364
 #if defined(__GLIBCXX__)
@@ -34,4 +36,6 @@ namespace std { class type_info; }
 #endif
 #include <string>
 
+#endif /* U_SHOW_CPLUSPLUS_API */
+
 #endif  // __STD_STRING_H__