$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-04-24 04:49:35
From: "Giovanni Bajo" <giovannibajo_at_[hidden]>
> I noticed that about 15 of them are wrappers against #pragma once, I
reckong
> those could be replaced with almost no harm.
Depends on the definition of "no harm." #pragma once is not necessary, of
course. But BOOST_MSVC is never defined unles <boost/config.hpp> has been
included.
> Also, cstdint.hpp, which defines the above macros, does not take into
> account Comeau at all. As already specified, Comeau supports __int64 in
MSVC
> mode (_MSC_VER > 1), while it doesn't support it in strict mode (_MSC_VER
==
> 1).
It does if you do como --A --43 --long_long.