From: Wolfgang Bangerth Date: Fri, 11 Dec 2009 01:08:21 +0000 (+0000) Subject: Use boost 1.41. X-Git-Tag: v8.0.0~6746 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fa7f9585ea6b0d9a6b01ff084a07a44f645aa7e;p=dealii.git Use boost 1.41. git-svn-id: https://svn.dealii.org/trunk@20226 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/boost_threads.cc b/deal.II/base/source/boost_threads.cc index b044a0580f..fca2fd45ac 100644 --- a/deal.II/base/source/boost_threads.cc +++ b/deal.II/base/source/boost_threads.cc @@ -32,11 +32,9 @@ # endif # include <../libs/thread/src/pthread/once.cpp> -# include <../libs/thread/src/pthread/exceptions.cpp> # include <../libs/thread/src/pthread/thread.cpp> # else # include <../libs/thread/src/win32/once.cpp> -# include <../libs/thread/src/win32/exceptions.cpp> # include <../libs/thread/src/win32/thread.cpp> # endif