- Jan 30, 2024
-
-
Joris Vaillant authored
-
- May 15, 2023
-
-
Wilson Jallet authored
* optional: expose to-value converter for boost::none_t (and std::nullopt_t if possible) + add src/optional.cpp to expose none types + this allows to have None as a default arg value for functions (also, shows up in stubs) + also allows to have none_t return/argument type * Run pre-commit
-
- Apr 06, 2023
-
-
Wilson Jallet authored
Co-authored-by:
Justin Carpentier <justin.carpentier@inria.fr>
-
Wilson Jallet authored
-
Wilson Jallet authored
+ unittest: make bind_optional and test_optional.py into template files + cmake: instantiate boost and std optional tests using configure_file
-
Wilson Jallet authored
+ default is boost::optional<T> + add test for boost::optional
-