On Mon, Sep 19, 2022 at 3:16 AM Gavin Lambert via Boost-users
<boost-users@lists.boost.org> wrote:
>  > > >,struct boost::mpl::l_iter<struct boost::mpl::l_end> > *)' marked
> as __forceinline not inlined
>
> I'm not sure whether the Real Bug™ is in signals2 or in variant, but I
> don't think it's in any of my code since it doesn't name any of my types
> above that I can see.

The problem is not in signals2, as it makes no direct use of
__forceinline.  variant does make use of BOOST_FORCEINLINE so it
probably needs to have the pragma suppression added somewhere.


-- 
Frank
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users

Reply via email to