2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-23 17:42:34 +00:00

Simplifying code for VC++ 7.1

[SVN r67724]
This commit is contained in:
Jeremiah Willcock
2011-01-06 16:30:58 +00:00
parent 3624e74d13
commit 19679d3851

View File

@@ -589,7 +589,9 @@ BOOST_BGL_DECLARE_NAMED_PARAMS
ArgPack,
PriorityQueueTag,
int_refw
>::type::type
>::type
param_value_type_wrapper;
typedef typename param_value_type_wrapper::type
param_value_type;
typedef typename boost::remove_const<param_value_type>::type param_value_type_no_const;
typedef priority_queue_maker_helper<g_hasQ, Graph, ArgPack, KeyT, ValueT, KeyMapTag, IndexInHeapMapTag, Compare,