blob: bd35ef63d08bff0945689d233e085c94918d94ae [file] [log] [blame]
Eric Fiselierfd4de452015-03-26 16:45:21 +00001//===----------------------------------------------------------------------===//
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
Eric Fiselierfd4de452015-03-26 16:45:21 +000016#define _LIBCPP_USE_IS_CONVERTIBLE_FALLBACK
17#include "is_convertible.pass.cpp"
18