summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/include/bits/stringfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/include/bits/stringfwd.h')
-rw-r--r--contrib/libstdc++/include/bits/stringfwd.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libstdc++/include/bits/stringfwd.h b/contrib/libstdc++/include/bits/stringfwd.h
index db40bef..99d3ce3 100644
--- a/contrib/libstdc++/include/bits/stringfwd.h
+++ b/contrib/libstdc++/include/bits/stringfwd.h
@@ -36,8 +36,8 @@
* You should not attempt to use it directly.
*/
-#ifndef _CPP_BITS_STRINGFWD_H
-#define _CPP_BITS_STRINGFWD_H 1
+#ifndef _STRINGFWD_H
+#define _STRINGFWD_H 1
#pragma GCC system_header
@@ -45,25 +45,25 @@
namespace std
{
- template<typename _Alloc>
+ template<typename _Alloc>
class allocator;
template<class _CharT>
struct char_traits;
- template<typename _CharT, typename _Traits = char_traits<_CharT>,
+ template<typename _CharT, typename _Traits = char_traits<_CharT>,
typename _Alloc = allocator<_CharT> >
class basic_string;
-
+
template<> struct char_traits<char>;
typedef basic_string<char> string;
-#ifdef _GLIBCPP_USE_WCHAR_T
+#ifdef _GLIBCXX_USE_WCHAR_T
template<> struct char_traits<wchar_t>;
typedef basic_string<wchar_t> wstring;
#endif
} // namespace std
-#endif // _CPP_BITS_STRINGFWD_H
+#endif // _STRINGFWD_H
OpenPOWER on IntegriCloud