Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

gcc HEAD 11.0.1 20210402 (experimental)

Options
Warnings
Boost 1.73.0
C++2b(GNU)
no pedantic

Author

anonymous

about 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) ;
      |                                                 ^~~~~~
Exit Code:
1