In Visual Studio 2017, I'm attempting to add 'noexcept' to all relevant move constructors and move assignment operators so that they can be called by Standard Library containers.
Is there a way to find all move constructors and move assignment operators? Or is there a compiler warning to turn on if a move constructor/assignment operator is not flagged with 'noexcept'?