Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Service Arch 2021-10-04
-
35
-
1
Description
The structured bindings use here is causing some toolchains to emit an error:
src/mongo/util/future_util.h:569:10: error: structured binding refers to incomplete class type 'mongo::PromiseAndFuture<void>' [-Werror]
|
It's unclear why this is happening exactly but maybe future_util.h doesn't need to use structured binding or PromiseAndFuture at all.