support SPROUT_CXX14_CONSTEXPR

This commit is contained in:
Bolero-MURAKAMI 2013-11-04 14:31:03 +09:00
parent 88ee58bcf4
commit 2b0aaf71b4
139 changed files with 295 additions and 295 deletions

View file

@ -8,7 +8,7 @@ Interface
.. sourcecode:: c++
template<typename StringConstIterator>
basic_string& assign(StringConstIterator s, size_type n);
SPROUT_CXX14_CONSTEXPR basic_string& assign(StringConstIterator s, size_type n);
Requires
========================================