$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] BOOST_FORCE_INLINE
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-10-10 12:18:04
El 09/10/2011 15:30, Mathias Gaunard escribió:
> I would like a BOOST_FORCE_INLINE macro to be added to
> boost/config/suffix.hpp
>
> Who do I need to contact to make this happen?
Then let's add BOOST_NO_INLINE which is __declspec(noinline) in MSVC and
__attribute__((noinline)) in GCC and compatible compilers.
Ion