
Hi Gennadiy, it seems you forgot to add at least the following files to svn: On Monday, 3. October 2011 08:59:48 gennadiy.rozental@thomson.com wrote:
+#include <boost/test/tree/observer.hpp> +#include <boost/test/tree/test_unit.hpp> +#include <boost/test/tree/visitor.hpp> +#include <boost/test/tree/traverse.hpp> +#include <boost/test/tree/test_case_counter.hpp>
And btw. could you please update your email on svn.boost.org? Yours, Jürgen -- Dipl.-Math. Jürgen Hunold | IVE mbH Software-Entwickler | Lützerodestraße 10 Tel: +49 511 897668 33 | 30161 Hannover, Germany Fax: +49 511 897668 29 | http://www.ivembh.de juergen.hunold@ivembh.de | | Geschäftsführer: Sitz des Unternehmens: Hannover | Univ.-Prof. Dr.-Ing. Thomas Siefer Amtsgericht Hannover, HRB 56965 | PD Dr.-Ing. Alfons Radtke

Hi Gennadiy, On Monday, 3. October 2011 12:59:50 Gennadiy Rozental wrote:
Jürgen Hunold <juergen.hunold <at> ivembh.de> writes:
Hi Gennadiy,
it seems you forgot to add at least the following files to svn: Fixed.
Thanks, now it slowly starts working here again. Now my some of my tests bail out with: /home/hunold/src/devel/boost/boost/test/utils/lazy_ostream.hpp:61:5: error: forming reference to reference type ‘const boost::unit_test::lazy_ostream&’ /home/hunold/src/devel/boost/boost/test/utils/lazy_ostream.hpp: In function ‘boost::unit_test::lazy_ostream_impl<const boost::unit_test::lazy_ostream&, T> boost::unit_test::operator<<(const boost::unit_test::lazy_ostream&, const T&) [with T = boost::unit_test::basic_cstring<const char>]’: with gcc-4.6. clang trunk seems to handle references to references well. Please find a simple fix "lazy.diff" attached, but there might be a better solution using some template magic. "fixtured.diff" fixes a missing virtual destructor.
And btw. could you please update your email on svn.boost.org?
How do I do this?
Interesting question. The main page is https://svn.boost.org/trac/boost/wiki/BoostSubversion but changing email adresses is not covered there. Asking the moderator would be the next step. Yours, Jürgen -- Dipl.-Math. Jürgen Hunold | IVE mbH Software-Entwickler | Lützerodestraße 10 Tel: +49 511 897668 33 | 30161 Hannover, Germany Fax: +49 511 897668 29 | http://www.ivembh.de juergen.hunold@ivembh.de | | Geschäftsführer: Sitz des Unternehmens: Hannover | Univ.-Prof. Dr.-Ing. Thomas Siefer Amtsgericht Hannover, HRB 56965 | PD Dr.-Ing. Alfons Radtke
participants (2)
-
Gennadiy Rozental
-
Jürgen Hunold