Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-02-03 11:04:44


Thanks for the update Doug!
I hope you're just applying these trivial patches without waiting for
approval.

-Dave

----- Original Message -----
From: "Douglas Gregor" <gregod_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Sunday, February 03, 2002 10:56 AM
Subject: [boost] Two trivial patches applied for smart_ptr library

> Dashboard was red this morning. Here's how we can make it green again for
> tomorrow:
>
> The first patch fixes a failure when compiling
libs/smart_ptr/smart_ptr_test:
>
> Index: shared_array.hpp
> ===================================================================
> RCS file: /cvsroot/boost/boost/boost/shared_array.hpp,v
> retrieving revision 1.4
> retrieving revision 1.3
> diff -r1.4 -r1.3
> 78c78
> < template <typename D> void reset(T * p, D d)
> ---
> > template <typename D> void reset(T * p = 0, D d)
>
> And the second patch fixes libs/smart_ptr/scoped_ptr_test.cpp where there
was
> a missing #include:
>
> Index: scoped_ptr_example.hpp
> ===================================================================
> RCS file: /cvsroot/boost/boost/libs/smart_ptr/scoped_ptr_example.hpp,v
> retrieving revision 1.3
> retrieving revision 1.2
> diff -r1.3 -r1.2
> 3d2
> < #include <boost/utility.hpp>
>
> Doug
>
> Info: http://www.boost.org Send unsubscribe requests to:
<mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk