Changes between Initial Version and Version 1 of Ticket #9303, comment 1
- Timestamp:
- Oct 26, 2013, 3:15:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9303, comment 1
initial v1 1 This is normal. Use packaged_task<R> instead of packaged_task<R()> with this environment. 1 This is normal if you are using BOOST_THREAD_VERSION = 2. 2 3 Use packaged_task<R> instead of packaged_task<R()>. 4 5 Which version are you using? 6 Which compiler?