$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2008-05-20 12:54:15
Author: johnmaddock
Date: 2008-05-20 12:54:15 EDT (Tue, 20 May 2008)
New Revision: 45585
URL: http://svn.boost.org/trac/boost/changeset/45585
Log:
Fixed partial specialization.
Text files modified: 
   trunk/boost/math/special_functions/pow.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/math/special_functions/pow.hpp
==============================================================================
--- trunk/boost/math/special_functions/pow.hpp	(original)
+++ trunk/boost/math/special_functions/pow.hpp	2008-05-20 12:54:15 EDT (Tue, 20 May 2008)
@@ -38,7 +38,7 @@
 };
 
 template <>
-struct positive_power<1, false>
+struct positive_power<1, true>
 {
     template <typename T>
     static typename tools::promote_args<T>::type result(T x)