Hi list,I've seen in the docs that boost::optional asserts if you try to access an uninitialized value.Is it possible to make it throw an exception instead? Even in release mode?TIA