-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Compile failure on win-amd64-py2.5 #937
Copy link
Copy link
Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Metadata
Metadata
Assignees
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The latest github v1.1.x (and probably also the master) branch fails to build on win-amd64-py2.5 using the "Microsoft Platform SDK for Windows Server 2003 R2" compiler. Matplotlib 1.1.1rc was OK.
Casting
points.begin()andpoints.end()fromstd::list<FlaggedPoint>::iteratortostd::vector<FlaggedPoint>::const_iteratordid not work.