pavor84 / factplusplus

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

Compile error under MSVC due to missing STL header #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try compiling kernel under MS Visual Studio 2010

What is the expected output?
compilation without errors

What do you see instead?
"fact++-1.5.2\src\kernel\tSignature.h(105) : error C3861: 'inserter' identifier 
not found

What version of the product are you using? On what operating system?
1.5.2 on Windows 7, 64 bit, Visual Studio 2010

Please provide any additional information below.
adding "#include <iterator>" solves the problem

Original issue reported on code.google.com by svarneti...@gmail.com on 1 Sep 2011 at 10:36

GoogleCodeExporter commented 9 years ago
Thanks. Fixed

Original comment by dmitry.t...@gmail.com on 8 Sep 2011 at 1:26