Skip to content

Commit 09fc17f

Browse files
committed
uses-allocator construction example
1 parent 51fe2dc commit 09fc17f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/ref/corelib/reflect.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jsoncons 1.4.0 introduces new trait definitions, [json_conv_traits](reflect/json
1515
non-throwing conversions and user-allocator construction.
1616

1717
See [Eigen::Matrix example](reflect/Eigen-Matrix-example.md) for an example of specializing `json_conv_traits` for an [Eigen matrix class](https://eigen.tuxfamily.org/dox-devel/group__TutorialMatrixClass.html).
18+
1819
See [User-allocator construction example](reflect/uses-allocator-construction-example.md) for an example that illustrates user-allocator construction for types with `json_conv_traits` defined.
1920

2021
For backwards compatability, `json_conv_traits` defaults to `json_type_traits` if a type conversion is undefined.

0 commit comments

Comments
 (0)