Subject: [Boost-users] boost compiler warnings
From: Dave Dyer (ddyer-boost_at_[hidden])
Date: 2013-02-06 20:23:06


Using boost 52 on OSX / 64 and xcode 4, the new mac compiler
produces a lot of "semantic issue" warnings. I assume these
are all not consequential, but is this lint being addressed?

The two issues it is complaining about is that "long" is compiled
as int64, and that using string literals as char * is deprecated.