Boost logo

Boost-Commit :

From: oryol_at_[hidden]
Date: 2008-08-14 23:31:12


Author: jeremypack
Date: 2008-08-14 23:31:12 EDT (Thu, 14 Aug 2008)
New Revision: 48150
URL: http://svn.boost.org/trac/boost/changeset/48150

Log:
Modifications to reflection in preparation for moving it into extension.

Text files modified:
   sandbox/boost/reflection/impl/reflector_free_functions.hpp | 4 ++--
   sandbox/boost/reflection/reflection.hpp | 1 +
   sandbox/libs/extension/test/Jamfile.v2 | 6 ------
   3 files changed, 3 insertions(+), 8 deletions(-)

Modified: sandbox/boost/reflection/impl/reflector_free_functions.hpp
==============================================================================
--- sandbox/boost/reflection/impl/reflector_free_functions.hpp (original)
+++ sandbox/boost/reflection/impl/reflector_free_functions.hpp 2008-08-14 23:31:12 EDT (Thu, 14 Aug 2008)
@@ -48,7 +48,7 @@
 
 // The following are versions of the above that don't require
 // knowing their parameters.
-
+/*
 template <class Derived, class Info, class TypeInfo
           BOOST_PP_COMMA_IF(N) BOOST_PP_ENUM_PARAMS(N, class Param)>
 instance create_func(
@@ -105,5 +105,5 @@
   BOOST_PP_REPEAT(N, BOOST_REFLECTION_CHECK_IN_LIST, )
 #undef BOOST_REFLECTION_CHECK_IN_LIST
   return needed_parameters;
-}
+}*/
 #undef N

Modified: sandbox/boost/reflection/reflection.hpp
==============================================================================
--- sandbox/boost/reflection/reflection.hpp (original)
+++ sandbox/boost/reflection/reflection.hpp 2008-08-14 23:31:12 EDT (Thu, 14 Aug 2008)
@@ -21,6 +21,7 @@
 #include <boost/reflection/data.hpp>
 #include <boost/reflection/data_info.hpp>
 #include <boost/reflection/function.hpp>
+#include <boost/reflection/parameter_map.hpp>
 
 namespace boost {
 namespace reflections {

Modified: sandbox/libs/extension/test/Jamfile.v2
==============================================================================
--- sandbox/libs/extension/test/Jamfile.v2 (original)
+++ sandbox/libs/extension/test/Jamfile.v2 2008-08-14 23:31:12 EDT (Thu, 14 Aug 2008)
@@ -34,15 +34,9 @@
   [ run double_param_test.cpp ]
   [ run mixed_param_test.cpp ]
   [ run shared_library_test.cpp ]
- [ run not_class_test.cpp ]
- # [ run hello_world_test.cpp ]
- # [ run lib_caching_test.cpp ]
- # [ run versions_test.cpp ]
   [ run parameters_test.cpp ]
   [ run executables_test.cpp ]
   # [ run multiple_inheritance_test.cpp ] # redundant
   [ run extension_test.cpp ]
- # [ run counted_factory_test.cpp ]
- # [ run registry_test.cpp ]
 :
 ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk