diff --git a/doc/quoted_manip.html b/doc/quoted_manip.html index 9cd0b37..220c445 100644 --- a/doc/quoted_manip.html +++ b/doc/quoted_manip.html @@ -20,13 +20,24 @@ style="border-collapse: collapse"> width="300" height="86" border="0" />
+ "Quoted" + I/O Manipulators + for Strings are not yet accepted into Boost as public components. Thus the + header file is currently located in <boost/io/detail/quoted_manip.hpp>, and + this documentation page is not linked to from official documentation. |
+
C++ Standard library stream I/O for strings that contain embedded spaces can produce unexpected results. For example,
@@ -65,7 +76,7 @@ be preceded by an escape character, as will the escape character itself:-std::cout << quoted("'Jack & Jill'", '&', '\''); // outputs: '&'Jack && Jill&''
namespace boost { namespace io diff --git a/include/boost/io/quoted_manip.hpp b/include/boost/io/detail/quoted_manip.hpp similarity index 100% rename from include/boost/io/quoted_manip.hpp rename to include/boost/io/detail/quoted_manip.hpp