mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-03 09:28:35 -04:00
fixes: https://github.com/microsoft/GSL/issues/1129 * create gsl::swap<T>(T&, T&) which wraps std::swap * specialize gsl::swap<T>(gsl::not_null<T>&, gsl::not_null<T>&) * add tests