packages-cpp icon indicating copy to clipboard operation
packages-cpp copied to clipboard

Improve PL_scan_options in C++ api

Open kamahen opened this issue 3 years ago • 0 comments

Quoting @JanWielemaker in a code review (https://github.com/SWI-Prolog/packages-cpp/pull/31):

Overall, PL_scan_options() is an ok interface from C, but I think it needs a serious redesign for C++. Variadic argument functions and this way to use pointers to the inside of the C++ objects is not so nice 😢

kamahen avatar Dec 02 '22 11:12 kamahen