sqlpp17 icon indicating copy to clipboard operation
sqlpp17 copied to clipboard

Any future plans?

Open freesunwaywei opened this issue 5 years ago • 3 comments

C++ 20 is coming soon. Is there any plan for this project?

freesunwaywei avatar Mar 15 '20 00:03 freesunwaywei

I don't have plans for sqlpp17 as of now.

I am currently experimenting with C++20 concepts and modules. However, the most crucial change in the language is still missing: Reflection.

rbock avatar Mar 15 '20 06:03 rbock

Old good generators are still fine and do the trick.

egorpugin avatar Mar 15 '20 09:03 egorpugin

Sure, but I would like to get rid of some of the code constructs (variadic CRTP, in particular). Reflection would allow for that.

rbock avatar Mar 15 '20 19:03 rbock