$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stephen Gross (sgross_at_[hidden])
Date: 2005-04-12 14:11:13
>Try boost::is_same<C1, C2>::value
I tried this, but I think it works at runtime, not compile time (using
typeid(...)). I need to find a compile-time solution...
--Steve