forked from boostorg/typeof
ajusted build scripts after adding msvc-specific implementation
[SVN r2564]
This commit is contained in:
1566
doc/compliant/typeof_internals.htm
Executable file
1566
doc/compliant/typeof_internals.htm
Executable file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include <boost/typeof/config.hpp>
|
||||
#ifndef BOOST_TYPEOF_VINTAGE
|
||||
#if !defined(_MSC_VER) || _MSC_VER > 0x0700
|
||||
|
||||
#include <iostream>
|
||||
#include "odr.hpp"
|
||||
|
@ -3,7 +3,7 @@
|
||||
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include <boost/typeof/config.hpp>
|
||||
#ifndef BOOST_TYPEOF_VINTAGE
|
||||
#if !defined(_MSC_VER) || _MSC_VER > 0x0700
|
||||
|
||||
#include <iostream>
|
||||
#include "odr.hpp"
|
||||
|
@ -3,7 +3,7 @@
|
||||
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include <boost/typeof/config.hpp>
|
||||
#ifndef BOOST_TYPEOF_VINTAGE
|
||||
#if !defined(_MSC_VER) || _MSC_VER > 0x0700
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning(disable:4512)
|
||||
|
@ -14,5 +14,12 @@ exe typeof
|
||||
<include>../../..
|
||||
<gcc><debug><define>BOOST_TYPEOF_COMPLIANT
|
||||
<gcc><release><define>BOOST_TYPEOF_COMPLIANT
|
||||
# <*><*><define>BOOST_TYPEOF_SILENT
|
||||
<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
|
||||
;
|
||||
|
@ -325,7 +325,7 @@ namespace test_integral
|
||||
|
||||
void odr_test()
|
||||
{
|
||||
#ifndef BOOST_TYPEOF_VINTAGE
|
||||
#if !defined(_MSC_VER) || _MSC_VER > 0x0700
|
||||
|
||||
void odr_test1();
|
||||
void odr_test2();
|
||||
|
Reference in New Issue
Block a user