$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78619 - trunk/libs/context/performance
From: oliver.kowalke_at_[hidden]
Date: 2012-05-25 11:49:09
Author: olli
Date: 2012-05-25 11:49:09 EDT (Fri, 25 May 2012)
New Revision: 78619
URL: http://svn.boost.org/trac/boost/changeset/78619
Log:
context: remove precompiler abort on non-x86 platforms for performance test
Text files modified:
trunk/libs/context/performance/cycle.hpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Modified: trunk/libs/context/performance/cycle.hpp
==============================================================================
--- trunk/libs/context/performance/cycle.hpp (original)
+++ trunk/libs/context/performance/cycle.hpp 2012-05-25 11:49:09 EDT (Fri, 25 May 2012)
@@ -21,8 +21,6 @@
|| defined(__I86__) || defined(__INTEL__) || defined(__IA32__) \
|| defined(_M_IX86) || defined(_I86_)
# include "cycle_i386.hpp"
-#else
-# error "this platform is not supported"
#endif
#endif // CYCLE_H