mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
std::optional::value() has undesired exception checking semantics and is unavailable in older Xcode (see _LIBCPP_AVAILABILITY_BAD_OPTIONAL_ACCESS). The call sites block std::optional migration.