commit | e31e36f9109a77fba5beffceedfa1f1172c669b6 | [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 | 522eb1f7d7e24f05f653ea966a086dd62acde2af | |
parent | 4843178d6bd2083b88908ada581188c2b7aa226a [diff] [blame] |
[rand.dist.norm.f] llvm-svn: 104035
diff --git a/libcxx/include/chrono b/libcxx/include/chrono index 911a95e..1c79c68 100644 --- a/libcxx/include/chrono +++ b/libcxx/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>