-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
Dev Tools 2019-06-03, Dev Tools 2019-06-17
BSONObj, SharedBuffer, and RecordData should all be noexcept moveable since they are so heavily used in the codebase. This requires a little ugliness since VS2013 doesn't do noexcept or implicit move generation, but we can just write the explicit declarations but guard them.