Files
codeql/cpp/ql/test/library-tests/dataflow/taint-tests/swap.h
2020-06-10 22:27:40 +02:00

5 lines
77 B
C++

namespace std
{
template <class T>
constexpr void swap(T &a, T &b);
}