Actions
Bug #2153
closedtools/network.hpp does not compile on its own
Start date:
11/07/2014
Due date:
% Done:
100%
Estimated time:
Description
Every header should be able to compile on its own.
tools/network.hpp
has error:
../tools/network.hpp: In function ‘std::istream& operator>>(std::istream&, Network&)’:
../tools/network.hpp:113:50: error: ‘initialized_value’ is not a member of ‘boost’
../tools/network.hpp:136:50: error: ‘initialized_value’ is not a member of ‘boost’
In addition, this file shall be moved to core/
.
Actions