Marshall Clow
8ab8e36dcf
Remove the 'basic_string_ref template; use 'basic_string_view' instead. Keep the string_ref, etc typedefs around, though
2016-02-17 11:32:16 -08:00
Marshall Clow
13610caa36
Update copyright notice; change to_string to avoid UB by calling a different constructor. Fixes #11150
2015-03-28 12:02:41 -07:00
Andrey Semashev
6bb1ce9b7b
Avoid using ios_base and streamsize, which are not defined in iosfwd.
...
[SVN r84636]
2013-06-04 18:41:39 +00:00
Andrey Semashev
d09b37d3ef
More modifications according to the review.
...
[SVN r84611]
2013-06-02 19:16:50 +00:00
Andrey Semashev
f3bb2a493c
Modifications according to the review.
...
[SVN r84609]
2013-06-02 18:15:53 +00:00
Andrey Semashev
71b501a0b0
Removed constexpr from substr() as it doesn't work with BOOST_THROW_EXCEPTION. Added a test for streaming.
...
[SVN r84518]
2013-05-26 19:23:52 +00:00
Andrey Semashev
547c562464
Minor change (no need to create a sentry, it will be created by the stream methods).
...
[SVN r84513]
2013-05-26 15:52:16 +00:00
Andrey Semashev
91aab126e1
1. Extracted forward declarations to a separate header so that it can be included by other libraries (Boost.Log, for instance).
...
2. Added a default value for char traits template parameter.
3. Added missing headers and removed unused ones.
4. Added inline specifiers to operators.
5. Fixed operator<< behaving incorrectly when particular width is requested (std::setw, etc.).
6. Replaced all throw statements with BOOST_THROW_EXCEPTION.
[SVN r84511]
2013-05-26 15:36:25 +00:00
Eric Niebler
e0e16be802
fix breakage of string_ref logical ops, detabify, remove trailing whitespace
...
[SVN r83147]
2013-02-25 06:30:00 +00:00
Marshall Clow
6e2c1b6b53
Added to_string and better comparisons to Boost.StringRef
...
[SVN r82902]
2013-02-15 16:12:30 +00:00
Marshall Clow
e4d622019f
Fixed bug in string_ref::find; Refs #8067
...
[SVN r82901]
2013-02-15 16:07:06 +00:00
Marshall Clow
98d793152c
Move string_ref to Boost.Utility; first crack at docs
...
[SVN r81972]
2012-12-15 16:38:07 +00:00