~roguescholar/boost/+git/utility:string_view

Last commit made on 2015-07-17
Get this branch:
git clone -b string_view https://git.launchpad.net/~roguescholar/boost/+git/utility

Branch merges

Branch information

Name:
string_view
Repository:
lp:~roguescholar/boost/+git/utility

Recent commits

c23afeb... by Beman Dawes

Add doc/html/string_view.html

715ee69... by Beman Dawes

Uses BOOST_CXX14_CONSTEXPR where applicable. Update docs accordingly.

404fea0... by Beman Dawes

Clear a few existing warnings.

98b24e1... by Beman Dawes

Get rid of BOOST_CONSTEXPR for many signatures until compilers catch up with the expectations of the TS. Define _SCL_SECURE_NO_WARNINGS in test programs to quiet warnings.

090ab12... by Beman Dawes

Use std::copy() rather than std::copy_n() to support pre-C++11 standard libraries

904e2c3... by Beman Dawes

Supply missing #include. Rewrite typedef tests to avoid GCC warnings.

270a6c3... by Beman Dawes

First pass at doc updates.

6069151... by Beman Dawes

Add copy and swap tests. Fix wrong return value from copy.

9c961f0... by Beman Dawes

find_last_of, find_last_not_of, passing tests.

268861f... by Beman Dawes

find_first_not_of passing tests