fripon / freeture

A Free software to capTure meteors
http://fripon.github.io/freeture
GNU General Public License v3.0
56 stars 23 forks source link

Compile errors removed with Boost 1.65 #34

Open gmke opened 7 years ago

gmke commented 7 years ago

I got compile errors with Boost 1.65 about ambiguity of the ofstream call. Changed to std::ofstream and the compile errors went away :-)