2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Update links to docs in Readme

This commit is contained in:
Antony Polukhin
2021-04-17 18:16:22 +03:00
committed by GitHub
parent e94b247698
commit b24b7f6d62

View File

@@ -3,7 +3,7 @@
This is a C++14 library for very basic reflection that gives you access to structure elements by index and provides other `std::tuple` like methods for user defined types without any macro or boilerplate code.
[Latest documentation](http://apolukhin.github.com/magic_get/index.html)
[Latest documentation](https://www.boost.org/doc/libs/develop/doc/html/boost_pfr.html)
### Test results
@@ -94,7 +94,7 @@ my_struct has 2 fields: {"Das ist fantastisch!", 100}
### Requirements and Limitations
[See docs](http://apolukhin.github.com/magic_get/index.html).
[See docs](https://www.boost.org/doc/libs/develop/doc/html/boost_pfr.html).
### License