aboutsummaryrefslogtreecommitdiff
path: root/include/string
diff options
context:
space:
mode:
Diffstat (limited to 'include/string')
-rw-r--r--include/string2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/string b/include/string
index 9d5632e..8e1ebbe 100644
--- a/include/string
+++ b/include/string
@@ -55,7 +55,7 @@ namespace std {
class string
{
public:
- typedef char_traits traits_type;
+ typedef char_traits<char> traits_type;
typedef traits_type::char_type value_type;
typedef size_t size_type;
typedef ptrdiff_t difference_type;