$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] How to detect if f() returns void or not?
From: Maxime van Noppen (maxime_at_[hidden])
Date: 2009-12-12 08:36:31
Frédéric Bron wrote:
> I would like to detect if the return type of a function is void or not
> within C++03 standard?
Hi,
Did you look at Boost.FunctionTypes ?
-- Maxime