$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Inline functions in boost/utility
From: Timenkov Yuri (ytimenkov_at_[hidden])
Date: 2009-02-10 03:05:37
Hi
Looking through assembly code of simple test produced by gcc with
optimization, I've noticed that free functions in utility/value_init.hpp
(get and set) are not declared as inline, though its body consist only of
prologue and epilogue.
Is there any reason for this or just a bug?