$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Metaprogamming question
From: Nat Goodspeed (nat_at_[hidden])
Date: 2011-07-08 20:17:23
On Jul 8, 2011, at 6:17 AM, "John M. Dlugosz" <mpbecey7gu_at_[hidden]> wrote:
> Can I use something like enable_if to tell if a class has a push_back or resize function?
Isn't that what the Type Traits Introspection library (currently under review) does?
>