Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc 7.2.0

Options
Warnings
Don't Use Boost
C++11
no pedantic

ring_span.hpp

$ g++ prog.cc -Wall -Wextra -std=c++11
[ring_span: 2, 3, 5, ]
[ring_span: 3, 5, 7, ]
filter result: 5
Exit Code:
0