commit | d8bc09b616ef60b71cd4440c5df92ab35b6eaba8 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Tue May 18 17:32:30 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Tue May 18 17:32:30 2010 +0000 |
tree | 7d0d386e37f3333d903bde37326138317cac7b36 | |
parent | ed9b2aa21db6cc9e538f0da0759789e8065a68f4 [diff] [blame] |
[rand.dist.norm.f] git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@104035 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/chrono b/include/chrono index 911a95e..1c79c68 100644 --- a/include/chrono +++ b/include/chrono
@@ -264,7 +264,7 @@ template <class _Rep, class _Period = ratio<1> > class duration; -template <class T> +template <class _Tp> struct __is_duration : false_type {}; template <class _Rep, class _Period>