fix compilation on vs2015 (taken from MS-ranges)

This commit is contained in:
Théo Delrieu 2016-10-22 19:04:59 +02:00
parent 15507d1e2b
commit 56492ce9c3

View File

@ -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: