diff --git a/extras/tests/Misc/custom_string.hpp b/extras/tests/Misc/custom_string.hpp index cabd21b79..acc67521d 100644 --- a/extras/tests/Misc/custom_string.hpp +++ b/extras/tests/Misc/custom_string.hpp @@ -7,6 +7,5 @@ #include struct custom_char_traits : std::char_traits {}; -struct custom_allocator : std::allocator {}; -typedef std::basic_string - custom_string; + +typedef std::basic_string custom_string;