Changes between Initial Version and Version 1 of Ticket #10204, comment 6


Ignore:
Timestamp:
Aug 1, 2014, 10:10:33 AM (8 years ago)
Author:
olli

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10204, comment 6

    initial v1  
    11Replying to [comment:4 andysem]:
    22> I cannot reproduce this with gcc 4.8.2 but it shows with 4.7.3.
    3 I can reproduce the error with gcc 4.8.2 - using boost::atomic<> and __transaction_atomic in the same app
     3I can reproduce the error with gcc 4.8.2 - using {{{boost::atomic<>}}} and {{{__transaction_atomic}}} in the same app
    44
    55> BOOST_FORCEINLINE is crucial in Boost.Atomic, it cannot be replaced with inline lightly.