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

Fix broken Markdown headings

This commit is contained in:
Santiago Castro
2017-04-16 23:41:44 -03:00
parent 34fd387877
commit f788912a71

View File

@@ -1,4 +1,4 @@
#Precise and Flat Reflection (ex Magic Get, ex PODs Flat Reflection)
# Precise and Flat Reflection (ex Magic Get, ex PODs Flat Reflection)
This C++14 library is meant for accessing structure elements by index and providing other std::tuple like methods for user defined types.