mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add tuple assignment for pair
This commit is contained in:
parent
ae9578ce37
commit
87ed3d5548
11 changed files with 262 additions and 26 deletions
|
@ -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>()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue