Lancern's Treasure Chest
10:27 · Apr 22, 2022 · Fri
发现 clang trunk ICE 一个:
https://godbolt.org/z/xx4qWq9bx
godbolt.org
Compiler Explorer - C++ (x86-64 clang 14.0.0)
struct Foo {}; // struct Foo
template <const Foo& arg>
constexpr auto bar = Bar<arg>;
template <typename T>
struct Baz {
static constexpr Foo a;
static constexpr auto b = bar<a>;
}; // struct Baz
Home
Powered by
BroadcastChannel
&
Sepia