mirror of
https://github.com/boostorg/optional.git
synced 2026-01-25 18:32:16 +00:00
I often have the problem that when I change a std::wstring to boost::optional<std::wstring> and the variable is used as a parameter with Boost.Format, the result silently changes from the string contents to "1". This change prevents implicit conversion to bool if the compiler supports explicit conversion operators.
32 KiB
32 KiB