fix compilation on vs2015 (taken from MS-ranges)
This commit is contained in:
parent
d36ae188e1
commit
e90553f863
@ -146,6 +146,9 @@ struct has_mapped_type
|
||||
std::is_integral<decltype(detect(std::declval<T>()))>::value;
|
||||
};
|
||||
|
||||
void to_json();
|
||||
void from_json();
|
||||
|
||||
struct to_json_fn
|
||||
{
|
||||
private:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user