2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-12 00:02:10 +00:00

small edits

[SVN r9932]
This commit is contained in:
Jeremy Siek
2001-04-23 18:54:54 +00:00
parent 8a187ca541
commit 960dc10fcd

View File

@@ -405,7 +405,7 @@ namespace boost {
template <typename Orig2CopyMap>
bgl_named_params<Orig2CopyMap, orig_to_copy_t>
copy_to_orig(const Orig2CopyMap& c) {
orig_to_copy(const Orig2CopyMap& c) {
typedef bgl_named_params<Orig2CopyMap, orig_to_copy_t> Params;
return Params(c);
}