mirror of
https://github.com/boostorg/optional.git
synced 2026-07-09 18:00:53 +02:00
53e53171c4
This caused problems because: optional<T> o = 0; always worked. But often it would create an uninitialized optional.