jiffyrune / gpuocelot

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

error--- no matching function for call to 'std::basic_ofstream #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.build.py --install
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
2.0

Please provide any additional information below.

in ocelot/executive/implementation/PassThroughDevice.cpp   line 604
std::ofstream file(stream.str());
should be 
 std::ofstream file((stream.str()).c_str());

the same in ocelot/graphs/implementation/DivergenceDrawer.cpp:187

Original issue reported on code.google.com by juvesea...@gmail.com on 31 Mar 2011 at 5:35

GoogleCodeExporter commented 9 years ago
Fixed in r1164, please verify.

Original comment by gregory....@gatech.edu on 8 Apr 2011 at 9:27