add tuple assignment for pair

This commit is contained in:
bolero-MURAKAMI 2014-03-01 10:35:24 +09:00
parent ae9578ce37
commit 87ed3d5548
11 changed files with 262 additions and 26 deletions

View file

@ -16,9 +16,8 @@
namespace sprout {
//
// to_string_value
// [[deprecated]]
//
struct SPROUT_DEPRECATED to_string_value {
struct to_string_value {
public:
template<typename T>
SPROUT_CONSTEXPR decltype(sprout::to_string(std::declval<T>()))