edouarda/brigand

MSVC doesn't inline real_ conversion operator

jfalcou opened this issue · 0 comments

See agenium-scale/boost.simd#347

the operator() of the real_ class is not inlined properly by MSVC.
We need to replciate the BOOST_FORCEINLINE macro in our config and use it their.