boostorg / describe

A C++14 reflection library
https://boost.org/libs/describe
67 stars 24 forks source link

Support for constructors #27

Open pdimov opened 2 years ago

pdimov commented 2 years ago

BOOST_DESCRIBE_CONSTRUCTORS(X, (int), (float, float), (X const&), (X&&)), mod_constructor.

At the moment the workaround is https://godbolt.org/z/TxYKs5Wfr, but it would be better to support this natively.

RichardLuo0 commented 4 months ago

I would like to have this feature. This can help me solve this: https://godbolt.org/z/GG1oK3vbj. Why is here no activity since 2022?

pdimov commented 4 months ago

Why is here no activity since 2022?

I've been busy with other things, sorry.

I'll try to get back to this before 1.86 ships.