Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7671: Error including boost/thread.hpp header on iOS
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-11-11 07:13:56
#7671: Error including boost/thread.hpp header on iOS
------------------------------------------+---------------------------------
Reporter: Dr.Schroers@⦠| Owner: anthonyw
Type: Bugs | Status: new
Milestone: To Be Determined | Component: thread
Version: Boost 1.52.0 | Severity: Problem
Resolution: | Keywords:
------------------------------------------+---------------------------------
Comment (by Wolfram Schroers <Dr.Schroers@â¦>):
Replying to [comment:8 viboes]:
In my case the file contains:
{{{
template <class _Tp>
class _LIBCPP_VISIBLE numeric_limits
: private __libcpp_numeric_limits<typename remove_cv<_Tp>::type>
{
typedef __libcpp_numeric_limits<typename remove_cv<_Tp>::type> __base;
typedef typename __base::type type;
public:
static const bool is_specialized = __base::is_specialized;
_LIBCPP_INLINE_VISIBILITY static type min() _NOEXCEPT {return
__base::min();}
_LIBCPP_INLINE_VISIBILITY static type max() _NOEXCEPT {return
__base::max();}
_LIBCPP_INLINE_VISIBILITY static type lowest() _NOEXCEPT {return
__base::lowest();}
}}}
I have created a minimal Xcode project file that shows the error when
compiling and attached the file to this report. The version numbers are
stated in the original report. Hope that helps ...
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7671#comment:9> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC