cpp-common: replace bstd::string_view with nonstd::string_view
[babeltrace.git] / src / cpp-common / bt2s / string-view.hpp
index d3516376bc89d22e128c3f8d5e88ee1fba3089c2..e2e61dd7497bb7421a22bef2b62327e288639523 100644 (file)
@@ -7,15 +7,15 @@
 #ifndef BABELTRACE_CPP_COMMON_BT2S_STRING_VIEW_HPP
 #define BABELTRACE_CPP_COMMON_BT2S_STRING_VIEW_HPP
 
-#include "cpp-common/vendor/string_view-standalone/string_view.hpp"
+#include "cpp-common/vendor/string-view-lite/string_view.hpp"
 
 namespace bt2s {
 
-using bpstd::basic_string_view;
-using bpstd::string_view;
-using bpstd::wstring_view;
-using bpstd::u16string_view;
-using bpstd::u32string_view;
+using nonstd::basic_string_view;
+using nonstd::string_view;
+using nonstd::wstring_view;
+using nonstd::u16string_view;
+using nonstd::u32string_view;
 
 } /* namespace bt2s */
 
This page took 0.023451 seconds and 4 git commands to generate.