$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-11-18 23:42:15
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