From b925279bc93013e85f31bf3d1f1abd0258d07c3c Mon Sep 17 00:00:00 2001
From: Beman Dawes "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,
+"Quoted"
- I/O Manipulator
+ I/O Manipulators
for Strings
+
+
+
+
+
+ Introduction
-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