$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Enable-if] Selectively instantiating methods.
From: Ivan Le Lann (ivan.lelann_at_[hidden])
Date: 2011-09-23 04:30:47
----- "Robert Jones" <robertgbjones_at_[hidden]> a écrit :
> Hi All
>
>
> This doesn't work.
>
>
>
> template<typename T> struct S
> {
> typename disable_if<is_const<T>, int>::type mutating_method();
> } ;
>
>
This thread might be related :
http://listarchives.boost.org/Archives/boost/2011/08/184454.php
Hope this helps,
Ivan