$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-12-12 01:35:34
On Tuesday 11 December 2007 17:32:12 Xavier Pegenaute wrote:
> Hi,
>
> I am using build tool to my programs, but now I would like to make
> something similar to the "autotools" utility. I need to verify the size
> of the basic types in C++. ex: int,unsigned,double, etc ..
>
> How can I check the size of these types?
There's no built-in way to do that. You'd need to write those
tests yourself.
- Volodya