|
Boost-Commit : |
From: mconsoni_at_[hidden]
Date: 2007-06-13 16:41:35
Author: mconsoni
Date: 2007-06-13 16:41:32 EDT (Wed, 13 Jun 2007)
New Revision: 7033
URL: http://svn.boost.org/trac/boost/changeset/7033
Log:
- just removed a comment that it wasn't correct
Text files modified:
sandbox/libs/extension/examples/parameters/main_lp.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: sandbox/libs/extension/examples/parameters/main_lp.cpp
==============================================================================
--- sandbox/libs/extension/examples/parameters/main_lp.cpp (original)
+++ sandbox/libs/extension/examples/parameters/main_lp.cpp 2007-06-13 16:41:32 EDT (Wed, 13 Jun 2007)
@@ -22,7 +22,6 @@
// load the shared library with
load_single_library(fm, "libParametersLib.extension", "extension_export");
- // Get a reference to the list of constructors for words.
std::list<factory<lots_of_parameters_interface, int, bool, unsigned int, char, std::string, A, boost::shared_ptr<A> > > & factory_list =
fm.get<lots_of_parameters_interface, int, bool, unsigned int, char, std::string, A, boost::shared_ptr<A> >();
if (factory_list.size() != 1) {
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