$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [mpl, enable_if] "Failed to specialize function template"
From: Igor R (boost.lists_at_[hidden])
Date: 2010-12-14 11:35:00
> I thing sfinae should disable the above test() functions for every Type,
> that doesn't have a nested type my_type.
So is it possible not to evaluate Type::my_type, if Type is int? I
tried to use lazy_enable_if, but with no success...