Home | History | Annotate | Download | only in meta.rel
      1 //===----------------------------------------------------------------------===//
      2 //
      3 //                     The LLVM Compiler Infrastructure
      4 //
      5 // This file is dual licensed under the MIT and the University of Illinois Open
      6 // Source Licenses. See LICENSE.TXT for details.
      7 //
      8 //===----------------------------------------------------------------------===//
      9 
     10 // type_traits
     11 
     12 // is_convertible
     13 
     14 // Test the fallback implementation.
     15 
     16 #define _LIBCPP_USE_IS_CONVERTIBLE_FALLBACK
     17 #include "is_convertible.pass.cpp"
     18 
     19