|
Boost : |
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-02-03 10:56:10
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk