$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Modularization] new Memory module
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2014-06-10 07:28:51
Peter Dimov wrote:
> Also, to be standard conforming,
>
> template<class T> struct alignment_of<T[]>: alignment_of<T> {};
I was under the impression that only complete types were required
(i.e. only what you can use with alignof).
Glen