udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Fix for Boost 1.46.1 (filesystem library 3) compile error #153

Closed smackysnacks closed 13 years ago

smackysnacks commented 13 years ago

Boost 1.46.1 uses the new filesystem library version 3. This one line change allows c10t to be compiled on systems using Filesystem Library version 3. Future versions of boost will use it as well.

udoprog commented 13 years ago

I'm not certain this is the best approach right now, granted, the patch is pretty simple but it will potentially break building against < 1.46.1. I will investigate how to solve this in a reasonable manner.

Thank for the patch!

smackysnacks commented 13 years ago

Just leaving this open in case you change your mind. Feel free to close it

udoprog commented 13 years ago

Meh,

people compiling will be able to keep their libraries up to date. Will merge this now, thanks for the assistance!