Changes between Initial Version and Version 1 of Ticket #10963, comment 1
- Timestamp:
- Jan 24, 2015, 10:22:43 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10963, comment 1
initial v1 5 5 }}} 6 6 7 should be future<void> and so Ifuture<future<void>::then will not necessary in this case.7 should be future<void> and so future<future<void>::then will not necessary in this case. 8 8 9 9 I'm not saying that there is no problem. I will add the test and check it.