forked from boostorg/config
Updated Config/TR1 tests so they include the needed headers.
Added new TR1 tests to catch some cyclic dependency errors. [SVN r47351]
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Regression test Jamfile for boost configuration setup.
|
||||
# *** DO NOT EDIT THIS FILE BY HAND ***
|
||||
# This file was automatically generated on Mon Apr 21 12:40:41 2008
|
||||
# This file was automatically generated on Sat Jul 12 12:39:35 2008
|
||||
# by libs/config/tools/generate.cpp
|
||||
# Copyright John Maddock.
|
||||
# Use, modification and distribution are subject to the
|
||||
|
@ -1032,6 +1032,7 @@ void print_boost_macros()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// END GENERATED BLOCK
|
||||
|
@ -1,4 +1,4 @@
|
||||
// This file was automatically generated on Mon Apr 21 12:40:41 2008
|
||||
// This file was automatically generated on Sat Jul 12 12:39:34 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// Use, modification and distribution are subject to the
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Feb 19 12:29:54 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:31 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_ARRAY
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_ARRAY
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Feb 19 12:29:54 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:31 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_ARRAY
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_ARRAY
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Mon Jan 24 16:31:49 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:31 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_BIND
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_BIND
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Mon Jan 24 16:31:49 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:31 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_BIND
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_BIND
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Apr 02 11:49:11 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_COMPLEX_OVERLOADS
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_COMPLEX_OVERLOADS
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Apr 02 11:49:11 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_COMPLEX_OVERLOADS
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_COMPLEX_OVERLOADS
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Apr 02 11:49:12 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_COMPLEX_INVERSE_TRIG
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_COMPLEX_INVERSE_TRIG
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Apr 02 11:49:12 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_COMPLEX_INVERSE_TRIG
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_COMPLEX_INVERSE_TRIG
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Tue Jan 25 15:52:52 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_FUNCTION
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_FUNCTION
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Tue Jan 25 15:52:52 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_FUNCTION
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_FUNCTION
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Feb 19 12:29:55 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_HASH
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_HASH
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Feb 19 12:29:55 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_HASH
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_HASH
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Mon Jan 24 16:31:49 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_MEM_FN
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_MEM_FN
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Mon Jan 24 16:31:49 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_MEM_FN
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_MEM_FN
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Tue Feb 15 17:34:12 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_RANDOM
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_RANDOM
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Tue Feb 15 17:34:12 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_RANDOM
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_RANDOM
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sun Jan 16 16:06:37 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_REFERENCE_WRAPPER
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_REFERENCE_WRAPPER
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sun Jan 16 16:06:37 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_REFERENCE_WRAPPER
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_REFERENCE_WRAPPER
|
||||
|
@ -1,4 +1,4 @@
|
||||
// This file was automatically generated on Wed Apr 09 16:30:13 2008
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// Use, modification and distribution are subject to the
|
||||
@ -22,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_REGEX
|
||||
|
@ -1,4 +1,4 @@
|
||||
// This file was automatically generated on Wed Apr 09 16:30:13 2008
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// Use, modification and distribution are subject to the
|
||||
@ -22,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_REGEX
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Mon Jan 24 16:31:49 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_RESULT_OF
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_RESULT_OF
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Mon Jan 24 16:31:49 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_RESULT_OF
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_RESULT_OF
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Mon Jan 17 10:49:50 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_SHARED_PTR
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_SHARED_PTR
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Mon Jan 17 10:49:50 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_SHARED_PTR
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_SHARED_PTR
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Tue Feb 15 17:34:12 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_TUPLE
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_TUPLE
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Tue Feb 15 17:34:12 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_TUPLE
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_TUPLE
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Tue Feb 15 17:34:12 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_TYPE_TRAITS
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_TYPE_TRAITS
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Tue Feb 15 17:34:12 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_TYPE_TRAITS
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_TYPE_TRAITS
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Feb 19 12:29:55 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_UNORDERED_MAP
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_UNORDERED_MAP
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Feb 19 12:29:55 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_UNORDERED_MAP
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_UNORDERED_MAP
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Feb 19 12:29:55 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_UNORDERED_SET
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_UNORDERED_SET
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Sat Feb 19 12:29:55 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:32 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_UNORDERED_SET
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_UNORDERED_SET
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Tue Feb 15 17:34:13 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:33 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_UTILITY
|
||||
// This file should not compile, if it does then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_HAS_TR1_UTILITY
|
||||
|
@ -1,11 +1,14 @@
|
||||
// This file was automatically generated on Tue Feb 15 17:34:13 2005
|
||||
// This file was automatically generated on Sat Jul 12 12:39:33 2008
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-4.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
// See http://www.boost.org/libs/config for the most recent version.//
|
||||
// Revision $Id$
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_HAS_TR1_UTILITY
|
||||
// This file should compile, if it does not then
|
||||
@ -19,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/tr1/detail/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_HAS_TR1_UTILITY
|
||||
|
@ -156,8 +156,14 @@ void write_test_file(const fs::path& file,
|
||||
"# undef BOOST_ASSERT_CONFIG\n"
|
||||
"#endif\n\n";
|
||||
|
||||
ofs << "#include <boost/config.hpp>\n"
|
||||
"#include \"test.hpp\"\n\n"
|
||||
static const boost::regex tr1_exp("BOOST_HAS_TR1.*");
|
||||
|
||||
ofs << "#include <boost/config.hpp>\n";
|
||||
|
||||
if(regex_match(macro_name, tr1_exp))
|
||||
ofs << "#include <boost/tr1/detail/config.hpp>\n";
|
||||
|
||||
ofs << "#include \"test.hpp\"\n\n"
|
||||
"#if";
|
||||
if(positive_test != expect_success)
|
||||
ofs << "n";
|
||||
@ -270,7 +276,7 @@ int cpp_main(int argc, char* argv[])
|
||||
fs::directory_iterator i(config_path), j;
|
||||
while(i != j)
|
||||
{
|
||||
if(boost::regex_match(i->leaf(), ipp_match, ipp_mask))
|
||||
if(boost::regex_match(i->path().leaf(), ipp_match, ipp_mask))
|
||||
{
|
||||
process_ipp_file(*i, ipp_match[1].matched);
|
||||
}
|
||||
|
Reference in New Issue
Block a user