Marshall Clow
|
43d7c79aae
|
Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@339816 91177308-0d34-0410-b5e6-96231b3b80d8
|
2018-08-15 21:19:08 +00:00 |
|
Marshall Clow
|
8a16d40991
|
import timespec and timespec_get into namespace std if we're under c++17 or later AND the underlying C library has them. Fixes PR#38220, but doesn't implement all of P0063 yet.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@338419 91177308-0d34-0410-b5e6-96231b3b80d8
|
2018-07-31 19:25:00 +00:00 |
|
Eric Fiselier
|
bfdae2062a
|
Fix warnings in tests.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@272629 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-06-14 03:21:49 +00:00 |
|
Eric Fiselier
|
a9ea11398d
|
Void cast runtime-unused variables. Patch from STL@microsoft.com
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@268284 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-05-02 19:15:48 +00:00 |
|
Eric Fiselier
|
4add27b763
|
Move test/std/utilities/date.time to proper stable name utilities/time/date.time
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@245877 91177308-0d34-0410-b5e6-96231b3b80d8
|
2015-08-24 21:27:25 +00:00 |
|