Skip to content

Commit d594d4f

Browse files
-updated readme.md
1 parent 025be6a commit d594d4f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ int main()
4141
}
4242
```
4343
44-
This example uses the static reflection interface based on the `pfr` library. It requires C++20 and only works with
44+
This example uses the static reflection interface based on the [`pfr`](https://github.com/apolukhin/pfr_non_boost)
45+
library. It requires C++20 and only works with
4546
aggregate initializable structures. On C++17, the runtime reflection solution originally developed with `figcone` is
4647
used to register configuration fields:
4748
@@ -199,7 +200,8 @@ Examples in the documentation use registration with macros, as it is the least v
199200

200201
### Config structure for static reflection (C++20)
201202

202-
Static reflection provided by the `pfr` library allows us to register configuration by using aggregate structures
203+
Static reflection provided by the [`pfr`](https://github.com/apolukhin/pfr_non_boost) library allows us to register
204+
configuration by using aggregate structures
203205
without any base class and macros. Let's return to the example from the beginning of this document:
204206

205207
```c++

0 commit comments

Comments
 (0)