From 401385c240027423acbb1eb6dea2abe0043db5aa Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 10 Jun 2026 13:07:30 +0300 Subject: [PATCH] Monot tweak for Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50fbdde..66ff4f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Boost.PFR](https://boost.org/libs/pfr) -This C++14 library provides basic reflection capabilities, allowing access to structure elements by index and offering `std::tuple`-like methods for user-defined types without macros or boilerplate code. +This C++14 library provides basic reflection capabilities, allowing access to structure elements by index, retrieval of aggregate field names, and `std::tuple`-like methods for user-defined types — all without macros or boilerplate code. [Boost.PFR](https://boost.org/libs/pfr) is a part of the [Boost C++ Libraries](https://github.com/boostorg). However, Boost.PFR is a header only library that does not depend on Boost. You can just copy the content of the "include" folder from the github into your project, and the library will work fine.