Lancern's Treasure Chest
20:18 · Jun 20, 2022 · Mon
发现 clang trunk 上的 bug 一个:
https://godbolt.org/z/dczWjs8j1
godbolt.org
Compiler Explorer - C++ (x86-64 clang (trunk))
template <typename T>
concept Integer = std::same_as<T, std::uint8_t> ||
std::same_as<T, std::uint16_t> ||
std::same_as<T, std::uint32_t> ||
std::same_as<T, std::uint64_t> ||
std::same_as<T…
Home
Powered by
BroadcastChannel
&
Sepia