Browse Source
Replace typeof by a decltype()-based equivalent on compilers not supporting typeof. Decltype is not equivalent to typeof, but we are mostly concerned about removing references from the type, since it has no use in C code like VLC list. Note that this fixup is there to fix the usage of headers using typeof in C++ code, not to provide "typeof" directly C++ to replace decltype.pull/136/head
committed by
Hugo Beauzée-Luyssen
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue