Add third_party/string_view.h{,pp}

This commit is contained in:
Fangrui Song 2018-01-30 20:06:32 -08:00
parent 699d2f3655
commit 8ff634d557

6
third_party/string_view.h vendored Normal file
View File

@ -0,0 +1,6 @@
#if __cplusplus < 201703L
#define STX_NAMESPACE_NAME std
#include "string_view.hpp"
#else
#include <string_view>
#endif