diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2011-02-10 21:34:42 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2011-02-10 21:34:42 +0000 |
| commit | f190990546c0aed4da14ba3079c67962d7dcfa47 (patch) | |
| tree | 4eb80fae54304c81f1bdc47a8dece8f534890629 | |
| parent | 1fe49151c9c0871e6b0a753b7624eb7c1612995c (diff) | |
| download | bcm5719-llvm-f190990546c0aed4da14ba3079c67962d7dcfa47.tar.gz bcm5719-llvm-f190990546c0aed4da14ba3079c67962d7dcfa47.zip | |
fix stupid type-o
llvm-svn: 125311
| -rw-r--r-- | libcxx/include/type_traits | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/type_traits b/libcxx/include/type_traits index 646115110ce..e1cd1e150ec 100644 --- a/libcxx/include/type_traits +++ b/libcxx/include/type_traits @@ -709,7 +709,7 @@ template <class _T1, class _T2> struct _LIBCPP_VISIBLE is_convertible // is_base_of -#ifdef __has_feature(is_base_of) +#if __has_feature(is_base_of) template <class _Bp, class _Dp> struct _LIBCPP_VISIBLE is_base_of |

