mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add SPROUT_DEPRECATED
This commit is contained in:
parent
06bd554967
commit
2867cd79ef
20 changed files with 43 additions and 1 deletions
|
@ -16,8 +16,9 @@
|
|||
namespace sprout {
|
||||
//
|
||||
// to_string_value
|
||||
// [[deprecated]]
|
||||
//
|
||||
struct to_string_value {
|
||||
struct SPROUT_DEPRECATED 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