summaryrefslogtreecommitdiff
path: root/boost/graph/copy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/copy.hpp')
-rw-r--r--boost/graph/copy.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/graph/copy.hpp b/boost/graph/copy.hpp
index 0dc6c664a2..21bb0fb01e 100644
--- a/boost/graph/copy.hpp
+++ b/boost/graph/copy.hpp
@@ -280,7 +280,7 @@ namespace boost {
typedef choose_copier_parameter type;
};
template <>
- struct choose_edge_copy<detail::error_property_not_found> {
+ struct choose_edge_copy<param_not_found> {
typedef choose_default_edge_copier type;
};
template <class Param, class G1, class G2>
@@ -314,7 +314,7 @@ namespace boost {
typedef choose_copier_parameter type;
};
template <>
- struct choose_vertex_copy<detail::error_property_not_found> {
+ struct choose_vertex_copy<param_not_found> {
typedef choose_default_vertex_copier type;
};
template <class Param, class G1, class G2>