Skip to content

Commit

Permalink
Fix testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
schaumb committed Sep 10, 2024
1 parent 457a0e8 commit c8ddf53
Show file tree
Hide file tree
Showing 5 changed files with 796 additions and 796 deletions.
2 changes: 1 addition & 1 deletion src/base/conv/auto_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ struct JSON
requires(!JSONSerializable<T> && !SerializableRange<T>
&& !StringConvertable<T>
&& Type::is_reference_wrapper_v<T>)
inline void any(const T &val) const
void any(const T &val) const
{
any(val.get());
}
Expand Down
Loading

0 comments on commit c8ddf53

Please sign in to comment.