luajoy / polypartition

Automatically exported from code.google.com/p/polypartition
0 stars 0 forks source link

Line 226 polypartition.h: "set" should be "std::set" #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile polypartition.h and polypartition.cpp normally
2. Get error in MSVC2010 Express: "Set is not a template"

Please provide any additional information below.

The problem was fixed by specifying the std namespace with set, the library 
compiled fine after this.

Original issue reported on code.google.com by nflod...@gmail.com on 30 Aug 2014 at 2:34

GoogleCodeExporter commented 9 years ago
Argh, you are correct. I accidentally introduced this issue while fixing 
another bug. Thanks for reporting!

Original comment by ivan.fra...@gmail.com on 14 Sep 2014 at 10:51