$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76191 - trunk/libs/math/test
From: john_at_[hidden]
Date: 2011-12-26 13:15:48
Author: johnmaddock
Date: 2011-12-26 13:15:47 EST (Mon, 26 Dec 2011)
New Revision: 76191
URL: http://svn.boost.org/trac/boost/changeset/76191
Log:
Add missing file.
Added:
trunk/libs/math/test/test_instances.hpp (contents, props changed)
Added: trunk/libs/math/test/test_instances.hpp
==============================================================================
--- (empty file)
+++ trunk/libs/math/test/test_instances.hpp 2011-12-26 13:15:47 EST (Mon, 26 Dec 2011)
@@ -0,0 +1,13 @@
+// Copyright John Maddock 2011.
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0. (See accompanying file
+// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+
+namespace boost{ namespace math{
+
+template tools::promote_args<BOOST_MATH_TEST_TYPE>::type zeta(BOOST_MATH_TEST_TYPE s, const policies::policy<>&);
+
+template tools::promote_args<BOOST_MATH_TEST_TYPE>::type zeta(BOOST_MATH_TEST_TYPE s);
+
+}} // namespaces