One more missing std:: qualification from Jonathan
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@257506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
#include <type_traits>
|
||||
#include <cstddef>
|
||||
#include <limits>
|
||||
|
||||
template <class T>
|
||||
@@ -59,7 +60,7 @@ int main()
|
||||
test<unsigned long long>();
|
||||
|
||||
// LWG #2119
|
||||
test<ptrdiff_t>();
|
||||
test<std::ptrdiff_t>();
|
||||
test<size_t>();
|
||||
|
||||
test<int8_t>();
|
||||
|
||||
Reference in New Issue
Block a user