We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b75de1 + e3183cb commit d866526Copy full SHA for d866526
clickhouse/base/string_view.h
@@ -11,7 +11,9 @@ template <
11
typename TChar,
12
typename TTraits = std::char_traits<TChar>
13
>
14
-class StringViewImpl {
+class
15
+[[deprecated("Obsolete due to C++17's std::string_view. Will be removed in next major release (3.0) ")]]
16
+StringViewImpl {
17
public:
18
using size_type = size_t;
19
using traits_type = TTraits;
0 commit comments