Changes between Initial Version and Version 1 of Ticket #10204, comment 6
- Timestamp:
- Aug 1, 2014, 10:10:33 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10204, comment 6
initial v1 1 1 Replying to [comment:4 andysem]: 2 2 > 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_atomicin the same app3 I can reproduce the error with gcc 4.8.2 - using {{{boost::atomic<>}}} and {{{__transaction_atomic}}} in the same app 4 4 5 5 > BOOST_FORCEINLINE is crucial in Boost.Atomic, it cannot be replaced with inline lightly.