mirror of
https://github.com/boostorg/mp11.git
synced 2026-07-06 16:40:49 +02:00
6cd7355d94
BOOST_WORKAROUND( BOOST_CUDA_VERSION, / 1000000 == 9 ) was not working because BOOST_CUDA_VERSION is defined as sum without brackets so / 1000000 was only applied to the last addend.