From fc7d55be4b468c14c2f99d112a56b6c831c7244b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 24 Apr 2021 11:50:49 -0700 Subject: Don't bother with al string types --- common/alstring.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'common/alstring.h') diff --git a/common/alstring.h b/common/alstring.h index 6c497190..f5127aed 100644 --- a/common/alstring.h +++ b/common/alstring.h @@ -2,23 +2,10 @@ #define AL_STRING_H #include -#include -#include - -#include "almalloc.h" namespace al { -template> -using basic_string = std::basic_string>; - -using string = basic_string; -using wstring = basic_string; -using u16string = basic_string; -using u32string = basic_string; - - /* These would be better served by using a string_view-like span/view with * case-insensitive char traits. */ -- cgit v1.2.3