-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
In this code we are moving out of a forwarding reference (callbackFn). If we pass in an lvalue callable object here, then we are moving out of an lvalue reference, which is dangerous. We should pass by value instead.