From b4e8ea46bed824f1403b1dddcf56a0e8a56bb380 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 24 Jun 2014 18:44:15 -0400 Subject: Stack-size portfolio fix. If using Boost 1.50, --thread-stack=MB is now supported. --- src/main/portfolio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/portfolio.h') diff --git a/src/main/portfolio.h b/src/main/portfolio.h index c2d313a44..6b75780da 100644 --- a/src/main/portfolio.h +++ b/src/main/portfolio.h @@ -30,6 +30,7 @@ template std::pair runPortfolio(int numThreads, boost::function driverFn, boost::function threadFns[], + size_t stackSize, bool optionWaitToJoin, TimerStat& statWaitTime); // as we have defined things, S=void would give compile errors -- cgit v1.2.3