[Named Parameters] BGL named parameters -> review Named Parameters

The attached "named_function_params.hpp" allows the BGL named parameters to coexist with the named parameters library up for review. The attached "page_rank.hpp" file implements a simple algorithm that now supports both named parameters interfaces. The test file exercises both interfaces. Worked for me on Apple's GCC 3.3. A review is still in the works. Doug

Doug Gregor <dgregor@cs.indiana.edu> writes:
The attached "named_function_params.hpp" allows the BGL named parameters to coexist with the named parameters library up for review. The attached "page_rank.hpp" file implements a simple algorithm that now supports both named parameters interfaces. The test file exercises both interfaces. Worked for me on Apple's GCC 3.3.
Nice! Good to see the new user syntax is cleaner than the old ;-) -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (2)
-
David Abrahams
-
Doug Gregor