DrahtBot@DrahtBotNov 10, 2021Currently bisecting a cross-compilation compiler bug in the Bitcoin Core fuzz tests. (1) Compile llvm (🥲) (2) Compile Bitcoin Core depends (3) Compile fuzz tests27
DrahtBot@DrahtBotNov 9, 2021C++ quiz: Which lines are UB? 1| #include <string_view> 2| int main() { 3| return (int{std::string_view{"a"}.data()[1]} 4| + int{"a"[1]}); 5| }Line 3100%Line 40%all lines0%none0%1 voteFinal results