Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78049 - trunk/libs/context/performance
From: oliver.kowalke_at_[hidden]
Date: 2012-04-17 13:33:53


Author: olli
Date: 2012-04-17 13:33:52 EDT (Tue, 17 Apr 2012)
New Revision: 78049
URL: http://svn.boost.org/trac/boost/changeset/78049

Log:
context: remove programm_options from performance test

Text files modified:
   trunk/libs/context/performance/Jamfile.v2 | 1 -
   trunk/libs/context/performance/performance.cpp | 5 ++---
   2 files changed, 2 insertions(+), 4 deletions(-)

Modified: trunk/libs/context/performance/Jamfile.v2
==============================================================================
--- trunk/libs/context/performance/Jamfile.v2 (original)
+++ trunk/libs/context/performance/Jamfile.v2 2012-04-17 13:33:52 EDT (Tue, 17 Apr 2012)
@@ -15,7 +15,6 @@
 
 project boost/context/performance
     : requirements
- <library>/boost/program_options//boost_program_options
       <library>/boost/thread//boost_thread
       <library>/boost/system//boost_system
       <library>/boost/context//boost_context

Modified: trunk/libs/context/performance/performance.cpp
==============================================================================
--- trunk/libs/context/performance/performance.cpp (original)
+++ trunk/libs/context/performance/performance.cpp 2012-04-17 13:33:52 EDT (Tue, 17 Apr 2012)
@@ -52,9 +52,8 @@
 }
 
 #ifndef BOOST_WINDOWS
-unsigned int test_ucontext( cycle_t ov)
+cycle_t test_ucontext( cycle_t ov)
 {
-
     ctx::stack_allocator alloc;
 
     ::getcontext( & uc);
@@ -80,7 +79,7 @@
 }
 #endif
 
-unsigned int test_fcontext( cycle_t ov)
+cycle_t test_fcontext( cycle_t ov)
 {
     ctx::stack_allocator alloc;
     fc.fc_stack.base = alloc.allocate(ctx::default_stacksize());


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk