diff --git a/third_party/string_view.h b/third_party/string_view.h new file mode 100644 index 00000000..e0067ba9 --- /dev/null +++ b/third_party/string_view.h @@ -0,0 +1,6 @@ +#if __cplusplus < 201703L +#define STX_NAMESPACE_NAME std +#include "string_view.hpp" +#else +#include +#endif