mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
support SPROUT_CXX14_CONSTEXPR
This commit is contained in:
parent
88ee58bcf4
commit
2b0aaf71b4
139 changed files with 295 additions and 295 deletions
|
@ -7,12 +7,12 @@ Interface
|
|||
========================================
|
||||
.. sourcecode:: c++
|
||||
|
||||
basic_string& operator=(basic_string const& rhs);
|
||||
SPROUT_CXX14_CONSTEXPR basic_string& operator=(basic_string const& rhs);
|
||||
|
||||
template<std::size_t N2, typename Enable = typename std::enable_if<(N2 != N)>::type>
|
||||
basic_string& operator=(basic_string<T, N2, Traits> const& rhs);
|
||||
SPROUT_CXX14_CONSTEXPR basic_string& operator=(basic_string<T, N2, Traits> const& rhs);
|
||||
|
||||
basic_string& operator=(value_type const* rhs);
|
||||
SPROUT_CXX14_CONSTEXPR basic_string& operator=(value_type const* rhs);
|
||||
|
||||
Effects
|
||||
========================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue