[libc++] Fixes _LIBCPP_HAS_NO_CONCEPTS
authorMark de Wever <koraq@xs4all.nl>
Sat, 20 Feb 2021 08:13:16 +0000 (09:13 +0100)
committerMark de Wever <koraq@xs4all.nl>
Sat, 20 Feb 2021 08:13:16 +0000 (09:13 +0100)
commit1a5c92f680218368ba8a0dcd1650a87f42ddd972
tree4da2db6fd2cf1cc83298d00d10cb02e1f5a499d3
parent3b8cfef4860adc0ffc984db258604851604ca4ff
[libc++] Fixes _LIBCPP_HAS_NO_CONCEPTS

Before the define was in a GCC specific part. Now it's available for all
compilers. The patch had its CI run in D93593.
libcxx/include/__config