$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] has_member_fnc?
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2012-03-16 06:52:44
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:
I wonder if has_member_fnc would be a good addition to boost?