Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Sharding 2020-02-24
Description
TheĀ ExecutorFuture class declaration is missing MONGO_WARN_UNUSED_RESULT_CLASS (see the SemiFuture class declaration as an example), and as a result, there is no compile error if an ExecutorFuture continuation chain is ended without a call to get/getNoThrow/getAsync.