$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50439 - in branches/release: boost/graph boost/pending libs/graph/doc libs/graph/example libs/graph/test
From: asutton_at_[hidden]
Date: 2009-01-02 09:45:12
Author: asutton
Date: 2009-01-02 09:45:11 EST (Fri, 02 Jan 2009)
New Revision: 50439
URL: http://svn.boost.org/trac/boost/changeset/50439
Log:
Resyncing with trunk, merging a couple of missing patches.
Added:
   branches/release/boost/graph/r_c_shortest_paths.hpp   (props changed)
      - copied unchanged from r50438, /trunk/boost/graph/r_c_shortest_paths.hpp
   branches/release/libs/graph/doc/r_c_shortest_paths.html   (props changed)
      - copied unchanged from r50438, /trunk/libs/graph/doc/r_c_shortest_paths.html
   branches/release/libs/graph/example/graph-thingie.cpp   (props changed)
      - copied unchanged from r50438, /trunk/libs/graph/example/graph-thingie.cpp
   branches/release/libs/graph/example/r_c_shortest_paths_example.cpp   (props changed)
      - copied unchanged from r50438, /trunk/libs/graph/example/r_c_shortest_paths_example.cpp
   branches/release/libs/graph/test/r_c_shortest_paths_test.cpp   (props changed)
      - copied unchanged from r50438, /trunk/libs/graph/test/r_c_shortest_paths_test.cpp
Text files modified: 
   branches/release/boost/pending/property.hpp |     6 ++++++                                  
   1 files changed, 6 insertions(+), 0 deletions(-)
Modified: branches/release/boost/pending/property.hpp
==============================================================================
--- branches/release/boost/pending/property.hpp	(original)
+++ branches/release/boost/pending/property.hpp	2009-01-02 09:45:11 EST (Fri, 02 Jan 2009)
@@ -75,6 +75,12 @@
 #endif  
   };
 
+  template <class Tag2>
+  inline detail::error_property_not_found
+  get_property_value(const no_property& p, Tag2) {
+    return detail::error_property_not_found();
+  }
+
   template <class Tag1, class Tag2, class T1, class Base>
   inline typename property_value<property<Tag1,T1,Base>, Tag2>::type& 
   get_property_value(property<Tag1,T1,Base>& p, Tag2 tag2) {