We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7b89e commit 00e5313Copy full SHA for 00e5313
README.md
@@ -118,7 +118,7 @@ call to `set_attr_null_value` by a call to manopt_policy's `on_null` method
118
A new binder function `mandatory_with_null_as_default` introduced. It allows
119
binding a mandatory attribute that allows 'null' value in JSON. If 'null' is
120
found during deserialization then a field of type `T` will receive `T{}` as a
121
-value (it means that `T` has to be DefaultConstructible`). For example:
+value (it means that `T` has to be DefaultConstructible). For example:
122
123
```cpp
124
struct my_data
0 commit comments