On Tuesday, March 18, 2014 3:17:26 PM CEST, Paul Préfontaine wrote:
2. OS X compiles with clang, and it doesn’t like a least one C++
language feature used in aox (appending method returned `char` with
`+`). I didn’t go any further when I saw that; I installed GCC 4.8 and
everything compiled just fine (time consuming, but ridiculously easy to
do with Homebrew — http://brew.sh).
Details, please?
I generally use clang these days. Version differences bother me (with both
clang and g++). At some point I expect -Werror has to go.
Arnt