mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Add third_party/string_view.h{,pp}
This commit is contained in:
parent
699d2f3655
commit
8ff634d557
6
third_party/string_view.h
vendored
Normal file
6
third_party/string_view.h
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#if __cplusplus < 201703L
|
||||
#define STX_NAMESPACE_NAME std
|
||||
#include "string_view.hpp"
|
||||
#else
|
||||
#include <string_view>
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user