Add support for using constexpr constructors where applicable #147
Ozzymandia5
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @Ozzymandia5 - I haven't evaluated the pros/cons of using constexpr constructors in rapidcsv. I'm open to consider using it, I'll probably just need to make sure there are no cons using it, like; debuggability, portability (ensure usage works with all C++ >= 11 incl. 23), etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ConverterParams, LabelParams and pretty much almost all of the structures in rapidcsv are lacking constexpr constructors. This is not a limititation raised by the code, so why not?
Beta Was this translation helpful? Give feedback.
All reactions