cplusplus/fundamentals-ts

Usage of move() should be qualified with std::

Dani-Hub opened this issue · 0 comments

The currently working paper consistently uses std-qualified move() calls to ensure that no ADL may be considered. I found the following normative occurrences of unqualified move:

[memory.polymorphic.allocator.mem] p8 b2+3 in the first list and b2+3 in the second list