$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] std::unique_ptr, std::ref detection?
From: Peter Dimov (pdimov_at_[hidden])
Date: 2012-02-28 11:54:18
Marshall Clow wrote:
> At the moment, I am using:
> #if __cplusplus >= 201103L
This would work but __cplusplus is 199711L on VC++ 2010 and 1 on Cygwin g++
4.5.3 -std=c++0x. :-)