Changeset 1162:881e4168c65f in lemon-main for test
- Timestamp:
- 10/07/17 00:21:15 (7 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/bellman_ford_test.cc
r1131 r1162 101 101 pp = const_bf_test.negativeCycle(); 102 102 103 #ifdef LEMON_CXX11 103 104 for (BF::ActiveIt it(const_bf_test); it != INVALID; ++it) {} 104 105 for (auto n: const_bf_test.activeNodes()) { ::lemon::ignore_unused_variable_warning(n); } … … 106 107 ::lemon::ignore_unused_variable_warning(n); 107 108 } 109 #endif 108 110 } 109 111 {
Note: See TracChangeset
for help on using the changeset viewer.