Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#6881 closed Bugs (fixed)

boost polygon uses undefined std::endl

Reported by: free66@… 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 Lucanus Simonson, 10 years ago

Resolution: fixed
Status: newclosed

comment:2 by Lucanus Simonson, 10 years ago

Fix in trunk with Committed revision 80595.

Note: See TracTickets for help on using tickets.