Peter Ritter
Peter Ritter
I just had an idea to simplify inserts and maybe updates too by using a dictinary which has name:value pairs. So we don't have to think about the order of...
Hi Here is some unsolicited feeback. In general, when one is developing, it is always convenient to be able to print out the state of an object. I think you...
I wonder if it would make sense to be able to declare an option as 'mandatory' via a .mandatory() function. I can of course check availability of an option explicitly,...
Hi josua I've just started to test your API. Are you receptive to new ideas? If not it's ok, just ignore me. But if you are, here are some ideas:...
hi I defined #define PROGRAMOPTIONS_SILENT and I expected to get exceptions instead of the error messages, but there were no exceptions even when I had non-option arguments. Also, I'm not...
Hi I have been struggling with some compiler errors involving 'variant'. I have my own 'variant' class in my library and it seemed to be clashing when I pulled in...
I am including the cereal library in my project via cmake's FetchContent like: FetchContent_Declare( cereal GIT_REPOSITORY https://github.com/USCiLab/cereal.git GIT_TAG v1.3.2 GIT_SHALLOW TRUE) FetchContent_MakeAvailable(cereal) This tries to build the library and in...