From 42e26d7071a229f5fa27bdd4930178b5c3d03b4c Mon Sep 17 00:00:00 2001 From: "Paul A. Bristow" Date: Thu, 24 May 2012 10:44:13 +0000 Subject: [PATCH] Typo and date corrected [SVN r78578] --- test/ntl_concept_check.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/ntl_concept_check.cpp b/test/ntl_concept_check.cpp index 9161a7f63..2142bca38 100644 --- a/test/ntl_concept_check.cpp +++ b/test/ntl_concept_check.cpp @@ -1,5 +1,5 @@ // Copyright John Maddock 2007-8. -// Copyright Paul A. bristow 2009 +// Copyright Paul A. Bristow 2009, 2011 // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file @@ -15,6 +15,8 @@ # pragma warning (disable : 4100) // unreferenced formal parameter #endif + + #define BOOST_MATH_ASSERT_UNDEFINED_POLICY false #include