Andreas Scherer 74115a2a1e Compile the SGB examples. (#87)
Works fine with c++11, thanks!

System: (K)Ubuntu 16.04 LTS
Compiler: g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

Try to 'g++ -c' the four SGB examples girth.cpp, miles_span.cpp,
roget_components.cpp, and topo-sort-with-sgb.cpp.

(1) SGB 2002-01-30 changed the 'Associated Press scores' from 'ap0' and
'ap1' to 'ap'. This preprocessor macro (sic!) collides with numerous
function parameters in 'named_function_params.hpp'. '#undef'ining the
macro doesn't break the BGL examples.

(2) girth.cpp fails because of a missing 'null_vertex()' function.

(3) roget_components.cpp invokes 'strncmp()' from the C library.

(4) topo-sort-with-sgb.cpp hickups because of a missing 'vertices()'
function. Following roget_components.cpp and putting the collective
SGB header up front fixes this.
2017-05-26 18:00:45 -06:00
..
2001-11-03 04:54:54 +00:00
2001-06-15 18:35:13 +00:00
2001-06-15 18:35:13 +00:00
2005-03-24 14:54:12 +00:00
2016-10-31 13:20:27 -06:00
2001-02-02 16:09:13 +00:00
2005-03-24 15:10:49 +00:00
2004-10-20 13:20:19 +00:00
2016-10-31 15:47:50 -06:00
2005-02-09 15:26:07 +00:00
2001-02-15 03:35:17 +00:00
2016-10-31 15:31:52 -06:00
2016-10-31 13:20:27 -06:00
2016-11-05 13:14:55 -06:00
2006-01-06 22:09:01 +00:00
2001-11-04 03:21:28 +00:00
2001-11-01 20:30:32 +00:00
2001-11-01 20:30:32 +00:00
2001-01-10 04:15:07 +00:00
2008-01-26 18:35:59 +00:00
2001-02-25 22:06:23 +00:00
2001-02-04 03:13:40 +00:00
2001-11-01 20:30:32 +00:00
2001-08-07 20:12:44 +00:00