Changes between Initial Version and Version 6 of Ticket #11550


Ignore:
Timestamp:
Sep 3, 2015, 6:28:50 AM (7 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11550

    • Property Owner set to viboes
    • Property Status newassigned
    • Property Component Building Boostthread
  • Ticket #11550 – Description

    initial v6  
    22 get the following error messages:
    33
     4
     5{{{
    46"libs/thread/src/pthread/thread.cpp", line 144: Error: Overloading ambiguity between "boost::call_once<void(*)()>(boost::once_flag&, void(*)())" and "boost::call_once<void(&)()>(boost::once_flag&, void(&)())".
    57"libs/thread/src/pthread/thread.cpp", line 150: Error: Overloading ambiguity between "boost::call_once<void(*)()>(boost::once_flag&, void(*)())" and "boost::call_once<void(&)()>(boost::once_flag&, void(&)())".
     
    2022"./boost/thread/once.hpp", line 38: Error: Overloading ambiguity between "boost::call_once<void(*)()>(boost::once_flag&, void(*)())" and "boost::call_once<void(*)()&>(boost::once_flag&, void(*)()&)".
    2123"./boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp", line 145: Error: Overloading ambiguity between "boost::call_once<void(*)()>(boost::once_flag&, void(*)())" and "boost::call_once<void(&)()>(boost::once_flag&, void(&)())".
     24}}}
     25
    2226
    2327I'm not 100% sure whether these are compiler issues or Boost compiler