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/
.
Updated by Junxiao Shi almost 10 years ago
- Blocks Task #2143: Delete FaceUri added
Updated by Alex Afanasyev almost 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
Updated by Alex Afanasyev almost 10 years ago
- Status changed from In Progress to Code review
Updated by Junxiao Shi almost 10 years ago
- Status changed from Code review to Closed
Actions