|
Boost : |
From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-09-07 11:09:18
Hi,
I propose following change in time_pool_alloc.cpp to be able to
compile it with Solaris Forte C++ 6 u.1
Gennadiy.
cvs diff time_pool_alloc.cpp
Index: time_pool_alloc.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/pool/test/time_pool_alloc.cpp,v
retrieving revision 1.1
diff -r1.1 time_pool_alloc.cpp
7a8
> #include <time.h>
30a32,34
> namespace
> {
>
32c36
< static void timing_test_alloc_larger()
--- > void timing_test_alloc_larger() 99c103 < static void timing_test_alloc() --- > void timing_test_alloc() 236c240 < static void timing_test_containers() --- > void timing_test_containers() 394a399,400 > } // unique namespace > 448d453 <
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk