Skip to content
Snippets Groups Projects
Unverified Commit 257e0afe authored by Wilson Jallet's avatar Wilson Jallet :clapper: Committed by GitHub
Browse files

WIP: Expose boost::none_t type (and std::nullopt_t when available) (#367)

* 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
parent d971a849
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment