$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] has_member_fnc?
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2012-03-16 12:28:00
> It seems c++11 has a new way to spell enable_if, and this can be used to
> implement has_member_fnc, as in this example:
>
> http://pastebin.com/mH2cZ4NP
>
> I wonder if has_member_fnc would be a good addition to boost?
Does Boost.TTI not already have a facility to test for the existence of a
member function?
Or is what you had in mind something different?
Regards,
Nate