Justin Riddell
Justin Riddell
Firstly apologies if this doesn't fit the "Feature Request" model very well and if it should be a bug report or question instead. I am trying to use `boost_container` with...
Addresses issue (#3802) Following from the issue discussion, adding 2 std::moves gets this error: ``` In file included from /home/justin/code/fmt/test/ranges-test.cc:8: /home/justin/code/fmt/include/fmt/ranges.h:597:10: error: call to deleted constructor of 'std::ranges::basic_istream_view::__iterator' 597 |...
Fixes issue #3839 An Eigen 3.4 2x2 matrix has a begin member function that returns void and a static_assert that evaluates to false (as you're not meant to call begin...
Issue #4007 Only enabled for clang >= 14 as that's all that supports `_BitInt` at the moment We need a forwarding reference for `map` to be a "more specialized" match;...
Fixes issue #4129
### Describe the bug An `int main() { return 0; }` c++ program on gcc 8.1-8.5 compiles fine but produces this errors ``` ASM generation compiler returned: 0 /opt/compiler-explorer/gcc-8.5.0/bin/../lib/gcc/x86_64-linux-gnu/8.5.0/../../../../x86_64-linux-gnu/bin/ld: warning:...