aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stringfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/stringfwd.h')
-rw-r--r--libstdc++-v3/include/bits/stringfwd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/include/bits/stringfwd.h b/libstdc++-v3/include/bits/stringfwd.h
index 44f9a77..66bcace 100644
--- a/libstdc++-v3/include/bits/stringfwd.h
+++ b/libstdc++-v3/include/bits/stringfwd.h
@@ -42,6 +42,11 @@ namespace std
{
template<class _CharT>
struct char_traits;
+
+ template<> class char_traits<char>;
+#ifdef _GLIBCPP_USE_WCHAR_T
+ template<> class char_traits<wchar_t>;
+#endif
template<typename _Alloc>
class allocator;