Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / test / utils / basic_cstring / basic_cstring_fwd.hpp
index 88c3406..0401e83 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <boost/test/detail/config.hpp>
 
+
 namespace boost {
 
 namespace unit_test {
@@ -32,6 +33,12 @@ typedef const_string const          literal_string;
 
 typedef char const* const           c_literal_string;
 
+#if defined(BOOST_TEST_STRING_VIEW)
+template <class CharT, class string_view_t>
+class BOOST_SYMBOL_VISIBLE stringview_cstring_helper;
+#endif
+
+
 } // namespace unit_test
 
 } // namespace boost