From 89152d1ffe452438db46932ebc62d5ccc5b79208 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 5 Feb 2010 11:36:17 -0800 Subject: Made get_link the only way to create nested props. Removed the obj::ptr and sptr typedefs. The dboard manager now must store not the subdevs, but their proxies. --- test/wax_test.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/wax_test.cpp') diff --git a/test/wax_test.cpp b/test/wax_test.cpp index b329788f2..de66a9f64 100644 --- a/test/wax_test.cpp +++ b/test/wax_test.cpp @@ -71,8 +71,6 @@ BOOST_AUTO_TEST_CASE(test_chaining){ wd[size_t(0)][size_t(0)]; std::cout << "chain 3" << std::endl; wd[size_t(0)][size_t(0)][size_t(0)]; - std::cout << "cast proxy with link" << std::endl; - wax::cast(wd[size_t(0)][size_t(0)]); } BOOST_AUTO_TEST_CASE(test_set_get){ -- cgit v1.2.3