structopt icon indicating copy to clipboard operation
structopt copied to clipboard

boost::pfr

Open xR3b0rn opened this issue 7 months ago • 3 comments

In the current beta release of boost, boost::pfr comes with a new feature for extracting the struct name from a given type. This way structopt could get rid of the library visit_struct and fully rely on boost::pfr. Or, since the new boost::pfr feature requries C++20, to still support older C++ standards , the current reflection mechanism might stay as fallback.

xR3b0rn avatar Nov 29 '23 21:11 xR3b0rn