boostorg / icl

Boost.org icl module
http://boost.org/libs/icl
10 stars 44 forks source link

Fix compiler error when building with FASTBuild #7

Closed nre-ableton closed 6 years ago

nre-ableton commented 7 years ago

FASTBuild attempts to preprocess and cache element_iterator.hpp, but the missing space between the ) and the const tokens cause the compiler to throw error C2065: 'Intervalconst': undeclared identifier