Language
C++
Compiler
gcc HEAD 11.0.1 20210402 (experimental)
Options
Warnings
Boost 1.73.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2b
Exit Code:
1
Author
anonymous
almost 4 years ago
C++
gcc HEAD 11.0.1 20210402 (experimental)
Author
anonymous
almost 4 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2b
prog.cc: In function 'int main()':
prog.cc:21:30: error: 'zip' is not a member of 'std::ranges::views'
21 | auto ax = ranges::views::zip(ranges::views::repeat(a), x) ;
| ^~~
prog.cc:21:49: error: 'repeat' is not a member of 'std::ranges::views'
21 | auto ax = ranges::views::zip(ranges::views::repeat(a), x) ;
| ^~~~~~