Brad King 03cc18678e optional: Fix compilation on XLClang 16.1.0
The compiler rejects initialization with `= {}`:

    error: chosen constructor is explicit in copy-initialization

Use just `{}` instead.
2023-05-26 00:20:21 +01:00
..