mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-04 07:49:20 +01:00
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.