#6881 closed Bugs (fixed)
boost polygon uses undefined std::endl
Reported by: | Owned by: | Lucanus Simonson | |
---|---|---|---|
Milestone: | To Be Determined | Component: | polygon |
Version: | Boost 1.49.0 | Severity: | Problem |
Keywords: | Cc: |
Description
At least with llvm clang 3.1 on Mac XCode 4.3.2 one has to add e.g.
#include <iostream>
to boolean_op_45.hpp and polygon_45_formation.hpp, otherwise std::endl is not defined.
Change History (2)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
Fix in trunk with Committed revision 80595.