Commit Graph
19 Commits
Author SHA1 Message Date
Beman Dawes f5f8d96157 Merge from trunk
[SVN r68159]
2011-01-14 19:21:55 +00:00
Beman Dawes f1cb359a30 String may be const type so disable assignment
[SVN r63135]
2010-06-20 12:56:34 +00:00
Beman Dawes ab59f094aa Add boost/io/detail/quoted_manip.hpp, with docs and test
[SVN r63119]
2010-06-19 20:30:31 +00:00
Beman Dawes b925279bc9 Move header to detail in preparation for merge to trunk
[SVN r63100]
2010-06-19 14:55:01 +00:00
Beman Dawes a6f0ee9b19 Cope with I/O errors or premature eof
[SVN r63099]
2010-06-19 13:25:55 +00:00
Beman Dawes cab10052da Clean up code, add initial documentation draft
[SVN r63082]
2010-06-18 16:37:34 +00:00
Beman Dawes fa2be5fde6 Accept a number of Eric Niebler's suggestions, including renaming.
[SVN r63074]
2010-06-18 00:59:40 +00:00
Beman Dawes 292f21393c Move header, provide all template parameters, clean up code
[SVN r63042]
2010-06-17 16:09:50 +00:00
Vladimir Prus bb80cdd26c Add private assignment operators.
Patch from Richard Webb.
This fixes #1414, where msvc complained that default assignment operator
could not be generated. This can be fixed either by pragmas, or by
declaring (but not defining), private assignment operator. The latter
approach seems better, since it's likely to help on other compilers.


[SVN r53425]
2009-05-30 05:59:08 +00:00
John Maddock a4085a5269 Trivial patches to silence MSVC warnings.
[SVN r42076]
2007-12-15 17:36:31 +00:00
Douglas Gregor 7aa98502d3 Include workaround header
[SVN r34127]
2006-05-31 12:35:53 +00:00
Nicola Musatti bd1c699220 Fixed for BCB2006
[SVN r33835]
2006-04-27 06:50:17 +00:00
Rene Rivera cf2a12b4a3 Fix to allow for the possibility that std::locale support is not available in some standard library implementations.
[SVN r28568]
2005-05-02 06:24:20 +00:00
Daryle Walker 3bcf03e985 Added 'restore' member function to recover state (multiple times) within a code block
[SVN r27520]
2005-02-28 19:41:10 +00:00
John Maddock a14284ef8a Added Daryle Walker's copyrights as requested.
[SVN r24481]
2004-08-15 10:13:49 +00:00
John Maddock e9ca71f9f3 Removed Boost.org copyrights and replaced with originating authors copyright instead.
[SVN r24372]
2004-08-10 12:53:34 +00:00
Daryle Walker 30431241e2 Moved some of my stuff to the Boost Software License, Version 1.0
[SVN r20681]
2003-11-05 07:04:53 +00:00
Beman Dawes 15ce64b708 add or update See www.boost.org comments
[SVN r16708]
2002-12-27 16:51:53 +00:00
Beman Dawes 9a7bf6c9c4 Initial commit
[SVN r13766]
2002-05-09 01:10:05 +00:00