forked from boostorg/config
Renamed two phase lookup test to make filename shorter.
[SVN r36557]
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Regression test Jamfile for boost configuration setup.
|
# Regression test Jamfile for boost configuration setup.
|
||||||
# *** DO NOT EDIT THIS FILE BY HAND ***
|
# *** DO NOT EDIT THIS FILE BY HAND ***
|
||||||
# This file was automatically generated on Sun Dec 31 16:29:33 2006
|
# This file was automatically generated on Mon Jan 01 12:39:24 2007
|
||||||
# by libs/config/tools/generate.cpp
|
# by libs/config/tools/generate.cpp
|
||||||
# Copyright John Maddock.
|
# Copyright John Maddock.
|
||||||
# Use, modification and distribution are subject to the
|
# Use, modification and distribution are subject to the
|
||||||
@@ -316,8 +316,8 @@ test-suite "BOOST_NO_TEMPLATE_TEMPLATES" :
|
|||||||
[ run no_template_template_pass.cpp <template>config_options ]
|
[ run no_template_template_pass.cpp <template>config_options ]
|
||||||
[ compile-fail no_template_template_fail.cpp <template>config_options ] ;
|
[ compile-fail no_template_template_fail.cpp <template>config_options ] ;
|
||||||
test-suite "BOOST_NO_TWO_PHASE_NAME_LOOKUP" :
|
test-suite "BOOST_NO_TWO_PHASE_NAME_LOOKUP" :
|
||||||
[ run no_two_phase_name_lookup_pass.cpp <template>config_options ]
|
[ run no_two_phase_lookup_pass.cpp <template>config_options ]
|
||||||
[ compile-fail no_two_phase_name_lookup_fail.cpp <template>config_options ] ;
|
[ compile-fail no_two_phase_lookup_fail.cpp <template>config_options ] ;
|
||||||
test-suite "BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL" :
|
test-suite "BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL" :
|
||||||
[ run no_using_breaks_adl_pass.cpp <template>config_options ]
|
[ run no_using_breaks_adl_pass.cpp <template>config_options ]
|
||||||
[ compile-fail no_using_breaks_adl_fail.cpp <template>config_options ] ;
|
[ compile-fail no_using_breaks_adl_fail.cpp <template>config_options ] ;
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Regression test Jamfile for boost configuration setup.
|
# Regression test Jamfile for boost configuration setup.
|
||||||
# *** DO NOT EDIT THIS FILE BY HAND ***
|
# *** DO NOT EDIT THIS FILE BY HAND ***
|
||||||
# This file was automatically generated on Sun Dec 31 16:29:33 2006
|
# This file was automatically generated on Mon Jan 01 12:39:24 2007
|
||||||
# by libs/config/tools/generate.cpp
|
# by libs/config/tools/generate.cpp
|
||||||
# Copyright John Maddock.
|
# Copyright John Maddock.
|
||||||
# Use, modification and distribution are subject to the
|
# Use, modification and distribution are subject to the
|
||||||
@@ -315,8 +315,8 @@ test-suite "BOOST_NO_TEMPLATE_TEMPLATES" :
|
|||||||
[ run no_template_template_pass.cpp ]
|
[ run no_template_template_pass.cpp ]
|
||||||
[ compile-fail no_template_template_fail.cpp ] ;
|
[ compile-fail no_template_template_fail.cpp ] ;
|
||||||
test-suite "BOOST_NO_TWO_PHASE_NAME_LOOKUP" :
|
test-suite "BOOST_NO_TWO_PHASE_NAME_LOOKUP" :
|
||||||
[ run no_two_phase_name_lookup_pass.cpp ]
|
[ run no_two_phase_lookup_pass.cpp ]
|
||||||
[ compile-fail no_two_phase_name_lookup_fail.cpp ] ;
|
[ compile-fail no_two_phase_lookup_fail.cpp ] ;
|
||||||
test-suite "BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL" :
|
test-suite "BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL" :
|
||||||
[ run no_using_breaks_adl_pass.cpp ]
|
[ run no_using_breaks_adl_pass.cpp ]
|
||||||
[ compile-fail no_using_breaks_adl_fail.cpp ] ;
|
[ compile-fail no_using_breaks_adl_fail.cpp ] ;
|
||||||
|
@@ -1001,6 +1001,8 @@ void print_boost_macros()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// END GENERATED BLOCK
|
// END GENERATED BLOCK
|
||||||
|
|
||||||
PRINT_MACRO(BOOST_INTEL);
|
PRINT_MACRO(BOOST_INTEL);
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Dec 31 16:29:33 2006
|
// This file was automatically generated on Mon Jan 01 12:39:24 2007
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
@@ -275,7 +275,7 @@ namespace boost_no_swprintf = empty_boost;
|
|||||||
namespace boost_no_template_templates = empty_boost;
|
namespace boost_no_template_templates = empty_boost;
|
||||||
#endif
|
#endif
|
||||||
#ifndef BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
#ifndef BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
||||||
#include "boost_no_two_phase_name_lookup.ipp"
|
#include "boost_no_two_phase_lookup.ipp"
|
||||||
#else
|
#else
|
||||||
namespace boost_no_two_phase_name_lookup = empty_boost;
|
namespace boost_no_two_phase_name_lookup = empty_boost;
|
||||||
#endif
|
#endif
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Dec 31 16:29:33 2006
|
// This file was automatically generated on Mon Jan 01 12:05:16 2007
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
// Test file for macro BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
// Test file for macro BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
||||||
// This file should not compile, if it does then
|
// This file should not compile, if it does then
|
||||||
// BOOST_NO_TWO_PHASE_NAME_LOOKUP should not be defined.
|
// BOOST_NO_TWO_PHASE_NAME_LOOKUP should not be defined.
|
||||||
// See file boost_no_two_phase_name_lookup.ipp for details
|
// See file boost_no_two_phase_lookup.ipp for details
|
||||||
|
|
||||||
// Must not have BOOST_ASSERT_CONFIG set; it defeats
|
// Must not have BOOST_ASSERT_CONFIG set; it defeats
|
||||||
// the objective of this file:
|
// the objective of this file:
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
#include "test.hpp"
|
#include "test.hpp"
|
||||||
|
|
||||||
#ifdef BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
#ifdef BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
||||||
#include "boost_no_two_phase_name_lookup.ipp"
|
#include "boost_no_two_phase_lookup.ipp"
|
||||||
#else
|
#else
|
||||||
#error "this file should not compile"
|
#error "this file should not compile"
|
||||||
#endif
|
#endif
|
@@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Dec 31 16:29:33 2006
|
// This file was automatically generated on Mon Jan 01 12:05:16 2007
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
// Test file for macro BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
// Test file for macro BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
||||||
// This file should compile, if it does not then
|
// This file should compile, if it does not then
|
||||||
// BOOST_NO_TWO_PHASE_NAME_LOOKUP should be defined.
|
// BOOST_NO_TWO_PHASE_NAME_LOOKUP should be defined.
|
||||||
// See file boost_no_two_phase_name_lookup.ipp for details
|
// See file boost_no_two_phase_lookup.ipp for details
|
||||||
|
|
||||||
// Must not have BOOST_ASSERT_CONFIG set; it defeats
|
// Must not have BOOST_ASSERT_CONFIG set; it defeats
|
||||||
// the objective of this file:
|
// the objective of this file:
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
#include "test.hpp"
|
#include "test.hpp"
|
||||||
|
|
||||||
#ifndef BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
#ifndef BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
||||||
#include "boost_no_two_phase_name_lookup.ipp"
|
#include "boost_no_two_phase_lookup.ipp"
|
||||||
#else
|
#else
|
||||||
namespace boost_no_two_phase_name_lookup = empty_boost;
|
namespace boost_no_two_phase_name_lookup = empty_boost;
|
||||||
#endif
|
#endif
|
Reference in New Issue
Block a user