[libcxx-dev] bad_optional_access is now in libc++.dylib on 10.13 -- headers out of date?

Ken Cunningham via libcxx-dev libcxx-dev at lists.llvm.org
Tue Jun 2 06:40:05 PDT 2020


> # define _LIBCPP_AVAILABILITY_BAD_OPTIONAL_ACCESS \ __attribute__((availability(macosx,strict,introduced=10.14))) \ __attribute__((availability(ios,strict,introduced=12.0))) \ __attribute__((availability(tvos,strict,introduced=12.0))) \ __attribute__((availability(watchos,strict,introduced=5.0)


I went ahead and patched our installed __config header to change this to introduced 10.13.

Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-dev/attachments/20200602/2f2257cb/attachment.html>


More information about the libcxx-dev mailing list