Skip to content

Commit

Permalink
fix compilation on vs2015 (taken from MS-ranges)
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo Delrieu committed Oct 22, 2016
1 parent 15507d1 commit 56492ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 56492ce

Please sign in to comment.