Creates an optional uninitialized. No-throw
| 784 | // Creates an optional<T> uninitialized. |
| 785 | // No-throw |
| 786 | optional() BOOST_NOEXCEPT : base() {} |
| 787 | |
| 788 | // Creates an optional<T> uninitialized. |
| 789 | // No-throw |
nothing calls this directly
no test coverage detected