Skip to content

Instantly share code, notes, and snippets.

View thomassw66's full-sized avatar

Thomas Wheeler thomassw66

View GitHub Profile
wheeler@wheels-mac:~/Documents/projects/mp11_bootcamp/day1 130$ clang++ --gcc-toolchain="/home/wheeler/local/bin/gcc" -lstdc++ -lgtest -lpthread -DLOCAL_TEST -I"/home/wheeler/repos/mp11/include" main.cc -o test_bin -std=c++23 -g && ./test_bin
In file included from main.cc:8:
/home/wheeler/local/bin/gcc/lib/gcc/aarch64-unknown-linux-gnu/13.2.0/../../../../include/c++/13.2.0/ranges:4558:14: error: type constraint differs in template redeclaration
4558 | template<copy_constructible _Fp, input_range... _Ws>
| ^
/home/wheeler/local/bin/gcc/lib/gcc/aarch64-unknown-linux-gnu/13.2.0/../../../../include/c++/13.2.0/ranges:4458:14: note: in instantiation of template class 'std::ranges::zip_view<std::ranges::ref_view<const std::vector<int>>, std::ranges::ref_view<const std::vector<int>>>::_Iterator<true>' requested here
4458 | { return _Iterator<true>(__detail::__tuple_transform(ranges::begin, _M_views)); }
| ^
main.cc:62:22: note: in instantiation of member function 'std:
@thomassw66
thomassw66 / 0-startup-overview.md
Created May 9, 2021 19:32 — forked from dideler/0-startup-overview.md
Startup Engineering notes