mirror of
https://github.com/boostorg/typeof.git
synced 2025-07-30 12:57:29 +02:00
renaming jamfile, jamrules
[SVN r2575]
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="C:\boost\boost_1_32_0;..\..\..\.."
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_TYPEOF_COMPLIANT"
|
||||
GeneratePreprocessedFile="0"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
|
25
test/jamfile
25
test/jamfile
@ -1,25 +0,0 @@
|
||||
project-root ;
|
||||
|
||||
variant debug_native : debug ;
|
||||
variant release_native : release ;
|
||||
|
||||
exe typeof
|
||||
:
|
||||
main.cpp
|
||||
compliant/test_compliant.cpp
|
||||
compliant/odr1.cpp
|
||||
compliant/odr2.cpp
|
||||
:
|
||||
<include>C:/boost/boost_1_32_0
|
||||
<include>../../..
|
||||
<gcc><debug><define>BOOST_TYPEOF_COMPLIANT
|
||||
<gcc><release><define>BOOST_TYPEOF_COMPLIANT
|
||||
<msvc><debug><define>BOOST_TYPEOF_VINTAGE
|
||||
<msvc><release><define>BOOST_TYPEOF_VINTAGE
|
||||
<vc-7><debug><define>BOOST_TYPEOF_VINTAGE
|
||||
<vc-7><release><define>BOOST_TYPEOF_VINTAGE
|
||||
<vc-7_1><debug><define>BOOST_TYPEOF_COMPLIANT
|
||||
<vc-7_1><release><define>BOOST_TYPEOF_COMPLIANT
|
||||
:
|
||||
debug debug_native
|
||||
;
|
@ -291,16 +291,16 @@ namespace test_integral
|
||||
|
||||
BOOST_TYPEOF_REGISTER_TEMPLATE(test_integral::foo,
|
||||
(BOOST_TYPEOF_INTEGRAL(test_integral::E))
|
||||
);
|
||||
)
|
||||
|
||||
BOOST_TYPEOF_REGISTER_TEMPLATE(test_integral::blah,
|
||||
(BOOST_TYPEOF_INTEGRAL(unsigned long int))
|
||||
);
|
||||
)
|
||||
|
||||
BOOST_TYPEOF_REGISTER_TEMPLATE(test_integral::bar,
|
||||
(class)
|
||||
(BOOST_TYPEOF_INTEGRAL(P0))
|
||||
);
|
||||
)
|
||||
|
||||
namespace test_integral
|
||||
{
|
||||
|
Reference in New Issue
Block a user