$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [gil] GIL_FORCEINLINE replaced with BOOST_FORCEINLINE?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2013-03-22 07:38:26
On 12/03/13 18:41, Mateusz Loskot wrote:
> Hi,
>
> In boost/gil/gil_config.hpp, there is GIL_FORCEINLINE defined,
> but there is no easy way to undef/redefine it.
I initially added the ability to redefine BOOST_FORCEINLINE to allow
people to disable force-inlining for certain debugging scenarios.