$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [exception][mpl] Boost.Exception uses unqualified size_t
From: Peter Dimov (pdimov_at_[hidden])
Date: 2009-11-15 17:21:21
Patrick Horgan wrote:
> Andrey Semashev wrote:
>> Or even better: boost/compatibility/cpp_c_headers/cstddef.
> Why is that better? It includes stddef.h and adds a couple of usings.
It's not. This header is intended to be used only on platforms that don't
have <cstddef>, by adding cpp_c_headers to the include path, IIRC.