ajusted build scripts after adding msvc-specific implementation

[SVN r2564]
This commit is contained in:
Arkadiy Vertleyb
2005-04-05 02:31:29 +00:00
parent badd99444a
commit a7a8420f9a
6 changed files with 1578 additions and 5 deletions

1566
doc/compliant/typeof_internals.htm Executable file

File diff suppressed because it is too large Load Diff

View File

@ -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"

View File

@ -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"

View File

@ -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)

View File

@ -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
;

View File

@ -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();