id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11744,"Preprocessor error ./boost/atomic/detail/int_sizes.hpp:107:55: error: missing binary operator before token ""(""",ramanats@…,timblechmann," Trying to compile Boost atomic 1.59 with g++ version 4.1.2, gave me this error: ./boost/atomic/detail/int_sizes.hpp:107:55: error: missing binary operator before token ""("" ./boost/atomic/detail/int_sizes.hpp:137:2: error: #error Boost.Atomic: Failed to determine builtin integer sizes, the target platform is not supported. Please, report to the developers. This is the line it is complaining about: #elif (BOOST_ATOMIC_DETAIL_ULLONG_MAX + 0) == UINT64_C(0xffffffffffffffff) Is there an issue with the cast.",Bugs,closed,To Be Determined,atomic,Boost 1.59.0,Problem,invalid,atomic preprocessor missing binary operator,