Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc 9.3.0

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

Author

anonymous

over 4 years ago

labeled_graph.hpp
clone_labeled_graph.hpp

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-9.3.0/include -std=gnu++2a
void test_clone_labeled_graph() [with VertexSelector = boost::vecS]
====
11 --> 
22 --> 
33 --> 22 
Vertex B NodeInfo1.i after copy: 22
Edge has property EdgeInfo1 17
Removed A:
====
22 --> 
33 --> 22 
void test_clone_labeled_graph() [with VertexSelector = boost::listS]
====
11 --> 
22 --> 
33 --> 22 
Vertex B NodeInfo1.i after copy: 22
Edge has property EdgeInfo1 17
Removed A:
====
22 --> 
33 --> 22 
void test_clone_labeled_graph() [with VertexSelector = boost::setS]
====
11 --> 
22 --> 
33 --> 22 
Vertex B NodeInfo1.i after copy: 22
Edge has property EdgeInfo1 17
Removed A:
====
22 --> 
33 --> 22 
Exit Code:
0