Skip to content

Commit

Permalink
typo, had std::tuple_size specialization in std namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
beached committed Aug 28, 2020
1 parent df722d3 commit 186283d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/daw/json/impl/daw_json_value.h
Expand Up @@ -72,7 +72,7 @@ namespace std {
};

template<typename Range>
class std::tuple_size<daw::json::basic_json_pair<Range>>
class tuple_size<daw::json::basic_json_pair<Range>>
: public std::integral_constant<std::size_t, 2> {};
} // namespace std

Expand Down

0 comments on commit 186283d

Please sign in to comment.