Changes between Initial Version and Version 2 of Ticket #9811


Ignore:
Timestamp:
Apr 18, 2014, 6:46:18 PM (9 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9811

    • Property Owner set to viboes
    • Property Component Nonechrono
  • Ticket #9811 – Description

    initial v2  
    11I am using QNX SDB660 GCC 4.7.3 to create QNX C++ project. It is very simple like that.
    22
     3
     4{{{
    35#include <boost/thread/recursive_mutex.hpp>
    46
     
    2123boost/chrono/duration.hpp: In static member function 'static constexpr long double boost::chrono::detail::chrono_numeric_limits<long double, true>::lowest()':
    2224boost/chrono/duration.hpp:371:61: error: call to non-constexpr function 'static std::numeric_limits<long double>::_Ty std::numeric_limits<long double>::max()'
     25}}}
     26
    2327
    2428Is it QNX related or general bug for boost?