31 Commits

Author SHA1 Message Date
Peter Dimov
18e7c01359 Update JSON examples for JSON 1.81+ 2024-09-09 20:23:58 +03:00
Denis Mikhailov
2e5dcc80b2 Update fmtlib_enum_formatter.cpp 2023-11-25 22:22:10 +01:00
Denis Mikhailov
ba1459ac84 Update fmtlib_class_formatter.cpp 2023-11-25 22:21:33 +01:00
Peter Dimov
c89e4dd3db Update json_rpc example to work on both versions of Boost.JSON 2023-09-26 00:53:40 +03:00
Peter Dimov
cc2281054e {"world"} is now string in Boost.JSON, not array 2023-09-09 17:23:26 +03:00
Peter Dimov
b5df0b2ee9 Reorder includes to work around an odd msvc-14.0 bug 2022-10-29 04:08:38 +03:00
Peter Dimov
1e32c60dff Update hash_value example for 1.81 2022-10-29 03:36:47 +03:00
Peter Dimov
c8c46bfdf7 Disable -Wrestrict in pm_to_string.cpp for GCC 12 2022-06-21 18:02:06 +03:00
Peter Dimov
71c9a5100e Update fmtlib examples 2022-02-14 06:48:59 +02:00
Peter Dimov
3ac03da76f Added example/fmtlib_enum_formatter.cpp 2022-02-13 01:36:39 +02:00
Peter Dimov
0eb2c9eb25 Rename fmtlib_formatter.cpp to fmtlib_class_formatter.cpp 2022-02-13 01:30:22 +02:00
Peter Dimov
dae1e8246a Add printing member pointers example 2022-02-02 20:40:01 +02:00
Peter Dimov
8d10118745 Add fmtlib formatter example 2022-02-01 06:22:24 +02:00
Peter Dimov
bd8be41591 Add !is_union<T>::value to examples 2021-12-15 02:14:56 +02:00
Peter Dimov
71bfb07be2 Add example/struct_to_tuple.cpp 2021-10-28 01:28:07 +03:00
Peter Dimov
abbc5bec0c Fix example to compile on VS2015 2021-05-03 08:52:17 +03:00
Peter Dimov
ef93d95e71 Fix capitalization, MSVC warning 2021-05-03 05:38:05 +03:00
Peter Dimov
c48ef40b1d Add example/console.cpp 2021-05-03 04:53:07 +03:00
Peter Dimov
78c861d0bc Add example/equality.cpp 2021-05-03 04:05:03 +03:00
Peter Dimov
245c2de80a Add example/hash_value.cpp 2021-05-03 03:52:36 +03:00
Peter Dimov
17dbcb4a79 Minor edits 2020-09-14 22:43:32 +03:00
Peter Dimov
1d41620695 Update documentation 2020-09-14 01:08:17 +03:00
Peter Dimov
d3f35db142 Fix pass by value in json_rpc.cpp 2020-09-13 19:13:45 +03:00
Peter Dimov
856a6bfada Add RPC example 2020-09-13 19:04:03 +03:00
Peter Dimov
c201caca34 Add serialization example 2020-09-13 15:02:59 +03:00
Peter Dimov
c2df73136f Rename describe_base_classes to describe_bases, describe_data_members+describe_member_functions to describe_members 2020-09-12 20:40:22 +03:00
Peter Dimov
1c30c21fc7 Minor edits 2020-09-11 22:11:59 +03:00
Peter Dimov
48929668f8 Add three more examples 2020-09-11 21:07:29 +03:00
Peter Dimov
0c7960618a Add missing #include 2020-09-11 01:14:32 +03:00
Peter Dimov
d94a52e0ad Add two more examples 2020-09-10 20:02:50 +03:00
Peter Dimov
40fcc4a1ac Add usage examples, some description, some reference 2020-09-10 16:50:34 +03:00