Daniel Below
Daniel Below
``` void test() { void (*func)(auto) = [](auto x) {}; } ``` crashes the compiler after triggering this assert: ``` clang-10: llvm-project/clang/lib/AST/Type.cpp:2056: bool clang::Type::isConstantSizeType() const: Assertion `!isDependentType() && "This doesn't...
``` template concept Foo = false; Foo auto should_reject_1(Foo auto) { return 'a'; } template Foo auto should_reject_2() { return 'a'; } template F should_reject_3() { return 'a'; } template...
Foo.h: ``` template concept ReturnTy = true; template concept MyConcept = requires (T t) { { t.foo } -> ReturnTy; { t.bar } -> int; }; ``` Foo.cpp: ``` #include...
Ice Sprite is sight aggro, not proximity, at least starting on floor 181. Maygi's guide mentions them explicitly in the list of 181-190 mobs: > All other mobs [...] Sight...