mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 17:17:23 +02:00
template specialization in C++03 as standard specify it. This also works on GCC 4.6, 4.8.2 and 4.9 in C++11 and C++03, I needlessly added this during some debugging where the compiler was telling me to do so. I shouldn't have followed it's advice, as this breaks compatibility with other compilers.