$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-08-24 06:04:21
>Would I be right in saying that a std::pair<int, int> is a POD type?<
On second thoughts, std::pair is required to have three overloaded
constructors, so it can never be a POD, of course some of the
has_trivial_XXX cases may be true (but not has_trivial_constructor
obviously) but only in specific cases, and possibly implementation
dependent....
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/