run make pretty
This commit is contained in:
parent
fbac056c38
commit
3e15b551e0
6 changed files with 6274 additions and 5716 deletions
|
|
@ -11,8 +11,8 @@ enum test
|
|||
struct pod {};
|
||||
struct pod_bis {};
|
||||
|
||||
void to_json(json &, pod) noexcept;
|
||||
void to_json(json &, pod_bis);
|
||||
void to_json(json&, pod) noexcept;
|
||||
void to_json(json&, pod_bis);
|
||||
void from_json(const json&, pod) noexcept;
|
||||
void from_json(const json&, pod_bis);
|
||||
static json j;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue