summaryrefslogtreecommitdiff
path: root/src/strings/base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/base.hpp')
-rw-r--r--src/strings/base.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/strings/base.hpp b/src/strings/base.hpp
index 2ea303f..8c0e924 100644
--- a/src/strings/base.hpp
+++ b/src/strings/base.hpp
@@ -190,14 +190,6 @@ namespace strings
auto operator > (const L& l, const R& r) -> decltype((pair_compare(l, r), true));
template<class L, class R, typename=typename std::enable_if<string_comparison_allowed<L, R>::value>::type>
auto operator >= (const L& l, const R& r) -> decltype((pair_compare(l, r), true));
-
- // sadness
- typedef MString MS;
- typedef FString FS;
- typedef TString TS;
- typedef SString SS;
- typedef ZString ZS;
- typedef XString XS;
} // namespace strings
#include "base.tcc"