This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bits/stl_algobase.h


This message has been sitting in my email for a month and I forgot about
it entirely.  My apologies.


On Tue, Apr 17, 2001 at 02:27:32PM +0200, Ryszard Kabatek wrote:
> In the file bits/stl_algobase.h are defined
> macros __SGI_STL_DECLARE_COPY_TRIVIAL(type) for
> basic types. 
> 
> There is no such definition for bool. 
> Was it intentionally?

All those macros are in a section of the file which is never seen; it is
removed by #if tests.  On the trunk, the code itself has been deleted by
the stl_config.h removal and cleanup.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]