Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: |