Boost logo

Boost :

Subject: Re: [boost] [1.53.0 beta] [type_traits] is_POD
From: Dave Abrahams (dave_at_[hidden])
Date: 2013-01-27 10:46:42


on Sun Jan 27 2013, Cromwell Enage <sponage-AT-yahoo.com> wrote:

> Hi, all!
>
> I found out that Boost.TypeTraits defines a metafunction called is_POD
> that is essentially a template alias of is_pod, but it isn't
> documented.  In particular, the documentation needs to mention that
> is_POD must be overridden in the same cases that is_pod must be
> overridden.

? If is_POD isn't documented, it doesn't need to be overridden. And if
its default implementation dispatches to is_pod, it wouldn't matter
anyway.

-- 
Dave Abrahams
BoostPro Computing                  Software Development        Training
http://www.boostpro.com             Clang/LLVM/EDG Compilers  C++  Boost

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk