Add an unavailable __tg_promote function to attract incorrect uses of type-generic macros, rom Howard Hinnant.

llvm-svn: 64919
This commit is contained in:
Douglas Gregor 2009-02-18 17:23:05 +00:00
parent 8078b8bddc
commit c5c0488338
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@
// promotion
typedef void _Argument_type_is_not_arithmetic;
static _Argument_type_is_not_arithmetic __tg_promote(...) \
__attribute__((__unavailable__,__overloadable__));
static double _TG_ATTRSp __tg_promote(int);
static double _TG_ATTRSp __tg_promote(unsigned int);
static double _TG_ATTRSp __tg_promote(long);