Boost logo

Boost :

Subject: [boost] Odd regression test results
From: Peter Dimov (lists_at_[hidden])
Date: 2014-02-08 11:26:14


Something's not right with this result (among others):

http://www.boost.org/development/tests/develop/developer/output/teeks99-02e-win2008-64on64-boost-bin-v2-libs-smart_ptr-test-allocate_shared_alloc11_test-test-msvc-12-0-debug.html

It says "Rev 906385497d1f3de04bb8391c5af87e563fd4c0f7". Revision 906385
updates config, and the preceding revision that updates smart_ptr is

https://github.com/boostorg/boost/commit/891371e4ba8edf7dd21dc828841f5eab567b61da

which brings it up to

+Subproject commit e1f170cd494d2e7ce5e6e7d3f0fe016aceb88048

Rev. e1f170 of smart_ptr is a relatively recent one, as can be seen here:

https://github.com/boostorg/smart_ptr/commits/develop

The error messages in the report, however:

C:\local\teeks99-02\e\boost_root\boost/smart_ptr/detail/shared_count.hpp(276)
: error C2903: 'rebind' : symbol is neither a class template nor a function
template

C:\local\teeks99-02\e\boost_root\boost/smart_ptr/make_shared_object.hpp(174)
: see reference to function template instantiation
'boost::shared_ptr<int>::shared_ptr<T, ...

seem to suggest that neither shared_count.hpp nor make_shared_object.hpp
have been updated to e1f170.


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