$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-03-04 20:13:35
At 07:09 PM 3/4/2003, Edward Diener wrote:
>2) Boost developers have to know these #pragma tricks to use them.
I doubt you will make much head way trying to convince Boost developers to
handcraft compiler specific #pragmas directly in their header files.
Have you considered proposing a macro which will automatically apply the
appropriate #pragma for the compiler? That way the knowledge of what
#pragma to apply for each compiler only has to be maintained and tested in
one place.
--Beman