$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [type_traits] will the future has_operator_left_shift be able to test if a type is serializable to a stream ?
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2011-02-06 02:57:29
On 06/02/11 07:19, Frédéric Bron wrote:
> know if it is possbile to remove the warning. It describes well what happen.
You can try to disable it using some MSVC warning pragma to locally
disable it/reenable it
at end of the file:
http://msdn.microsoft.com/en-us/library/2c8f766e%28v=vs.80%29.aspx