$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [c++11] compile_if utility
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-07-04 12:02:35
On 07/04/2012 04:48 PM, Lorenzo Caminiti wrote:
> If so, is there another way to do this in C++11?
There is no way to prevent compilation of a piece of code unless
everything in it is dependent on a template parameter.