$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bruno Lalande (bruno.lalande_at_[hidden])
Date: 2008-05-23 04:54:35
Hello,
> That could be a bit dangerous.
> is_pod can given different result with different compilers.
I thought that is_pod and all other Boost.TypeTraits metafunctions
were much more reliable than what you say. If this assertion is true,
why do regression tests for is_pod pass successfully on all platforms?
Tests purposely don't include the problematic cases you're talking
about?
Thanks
Bruno