Skip to content

Commit 51fe2dc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ref/corelib/reflect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +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-
See [User-allocator construction example] that illustrates user-allocator construction for types with `json_conv_traits` defined.
18+
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.
1919

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

0 commit comments

Comments
 (0)