19 Jan
2020
19 Jan
'20
12:16 p.m.
First and foremost, please respect the rules and stop top-posting
https://www.boost.org/community/policy.html#quoting>
On Sun, 19 Jan 2020 at 12:59, anshu khare via Boost
When I run the following code :
int i = {}; boost::optional<int> v = i; cout << get_optional_value_or(v, 1)
I get a compilation error in the third line.
¯\_(ツ)_/¯ my crystal sphere has broken
https://godbolt.org/z/u3yUgU
#include