-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Building the project with the latest changes, gives errors like:
[ 92%] Building CXX object CMakeFiles/archetype.dir/inspect_universe.cc.o
[...]/archetype/drivers/archetype/inspect_universe.cc: In function ‘void archetype::inspect_universe(archetype::Storage&, std::ostream&)’:
[...]/archetype/drivers/archetype/inspect_universe.cc:126:64: error: ‘ostream_iterator’ is not a member of ‘std’
126 | std::copy(vi.second.begin(), vi.second.end(), std::ostream_iterator<std::string>(out, " "));
which are fixable on Ubuntu adding
#include <iterator> to inspect_universe.hh
Metadata
Metadata
Assignees
Labels
No labels