From 2cb2694f91a9e4532cff317261e744237649e63d Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 25 Feb 2010 17:15:05 +0000 Subject: [PATCH] No longer need the template header. git-svn-id: http://svn.boost.org/svn/boost/sandbox/predef@59908 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- boost/predef/architecture/_.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 boost/predef/architecture/_.h diff --git a/boost/predef/architecture/_.h b/boost/predef/architecture/_.h deleted file mode 100644 index 641a07a..0000000 --- a/boost/predef/architecture/_.h +++ /dev/null @@ -1,19 +0,0 @@ -//~ Copyright Redshift Software, Inc. 2008-2010 -//~ Distributed under 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) - -#ifndef BOOST_PREDEF_ARCHITECTURE_H -#define BOOST_PREDEF_ARCHITECTURE_H - -#include -#include - -#define BOOST_ARCHITECTURE_ BOOST_VERSION_NUMBER(0,0,0) - -#if defined() || defined() - #undef BOOST_ARCHITECTURE_ - #define BOOST_ARCHITECTURE_ BOOST_VERSION_NUMBER(0,0,1) -#endif - -#endif