Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2005-05-06 11:15:10


The following fix gets the property_map test that's currently failing with
several high-quality compilers, building OK (at least with vc7.1, I can't
test with MWCW, but that compiler has the same issue with the existing test
so it should fix it).

Is this OK to commit?

John.

diff -r1.1 dynamic_properties_test.cpp
110c110
< BOOST_CHECK(get<std::string>("nada",props,std::string("3.14")) ==
"pi");

---
>     BOOST_CHECK(get("nada",props,std::string("3.14"))  == "pi"); 

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