call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.3\msvc-setup.bat" >nul
cl /Zm800 -nologo "..\libs\graph\test\layout_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\graph\test\layout_test.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\layout_test.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend /std:c++latest -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 "-I.."
layout_test.cpp
..\boost/property_map/property_map.hpp(311): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
..\boost/property_map/property_map.hpp(311): note: the template instantiation context (the oldest one first) is
..\libs\graph\test\layout_test.cpp(402): note: see reference to function template instantiation 'void test_circle_layout<main::Graph>(Graph *,unsigned __int64)' being compiled
with
[
Graph=main::Graph
]
..\libs\graph\test\layout_test.cpp(113): note: see reference to function template instantiation 'void boost::put<Config,Base,boost::vertex_index_t,void*,test_circle_layout::vertices_size_type>(Property,boost::adj_list_helper<Config,Base> &,const Key &,const Value &)' being compiled
with
[
Config=boost::detail::adj_list_gen<boost::adjacency_list<boost::listS,boost::listS,boost::undirectedS,boost::property<boost::vertex_index_t,int,boost::property<vertex_position_t,point,boost::no_property>>,boost::property<boost::edge_weight_t,double,boost::no_property>,boost::no_property,boost::listS>,boost::listS,boost::listS,boost::undirectedS,boost::property<boost::vertex_index_t,int,boost::property<vertex_position_t,point,boost::no_property>>,boost::property<boost::edge_weight_t,double,boost::no_property>,boost::no_property,boost::listS>::config,
Base=boost::undirected_graph_helper<boost::detail::adj_list_gen<boost::adjacency_list<boost::listS,boost::listS,boost::undirectedS,boost::property<boost::vertex_index_t,int,boost::property<vertex_position_t,point,boost::no_property>>,boost::property<boost::edge_weight_t,double,boost::no_property>,boost::no_property,boost::listS>,boost::listS,boost::listS,boost::undirectedS,boost::property<boost::vertex_index_t,int,boost::property<vertex_position_t,point,boost::no_property>>,boost::property<boost::edge_weight_t,double,boost::no_property>,boost::no_property,boost::listS>::config>,
Property=boost::vertex_index_t,
Key=void *,
Value=test_circle_layout::vertices_size_type
]
..\boost/graph/detail/adjacency_list.hpp(1777): note: see reference to function template instantiation 'void boost::put<boost::adj_list_vertex_property_map<Graph,int,int &,Tag>,Reference,Key,Value>(const boost::put_get_helper<Reference,boost::adj_list_vertex_property_map<Graph,int,Reference,Tag>> &,K,const V &)' being compiled
with
[
Graph=boost::adjacency_list<boost::listS,boost::listS,boost::undirectedS,boost::property<boost::vertex_index_t,int,boost::property<vertex_position_t,point,boost::no_property>>,boost::property<boost::edge_weight_t,double,boost::no_property>,boost::no_property,boost::listS>,
Tag=boost::vertex_index_t,
Reference=int &,
Key=void *,
Value=test_circle_layout::vertices_size_type,
K=void *,
V=test_circle_layout::vertices_size_type
]
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.3\msvc-setup.bat" >nul
link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\graph\test\layout_test.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\layout_test.obj" /MANIFEST:EMBED /MACHINE:X64 /subsystem:console /out:"C:\teeks99-09\run\results\boost\bin.v2\libs\graph\test\layout_test.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\layout_test.exe"
Regular polygon layout with 5 points.
E
D
A
C
B
(A, E) (A, B) (A, D) (B, F) (B, C) (C, D) (C, G) (D, H) (E, H) (E, F) (F, G) (G, H)
Cube layout (Kamada-Kawai).
G
F
C
H
B
E
D
A
Cube layout (Fruchterman-Reingold).
D
A
H
E C
B
G
F
(A, B) (A, C) (B, C) (B, D) (B, E) (C, E) (C, F) (D, E) (D, G) (D, H) (E, F) (E, H) (E, I) (F, I) (F, J) (G, H) (H, I) (I, J)
Triangular layout (Kamada-Kawai).
I J
H
G
F
E
D
B C
A
Triangular layout (Fruchterman-Reingold).
A
B
C
D
E
G
F
H
I
J
(A, B) (B, C) (C, A) (D, E) (E, F) (F, G) (G, H) (H, D) (D, F) (F, H) (H, E) (E, G) (G, D)
Disconnected layout (Fruchterman-Reingold).
A C
B
D
F
H
E
G
No errors detected.
EXIT STATUS: 0