commit | ea4ad6085a8661b5513c394316108c0ef26f3e7b | [log] [tgz] |
---|---|---|
author | Al Sutton <al@funkyandroid.com> | Sun Feb 19 08:44:46 2012 +0000 |
committer | Al Sutton <al@funkyandroid.com> | Sun Feb 19 08:44:46 2012 +0000 |
tree | b357095636b7a313dcf498c4e3d6c8669615f5a9 | |
parent | 38d0f27b33c60b9be4c636af74bcbbae0bfb28b0 [diff] |
Xcode 4.3 compatibility checkin The update compiler in Xcode 4.3 (and 4.4) requires lookups into dependant bases of class templates to be qualified. This checkin fixes the issues raised by the compiler by implementing the this-> recommendation from the llvm page at http://clang.llvm.org/compatibility.html#dep_lookup_bases Signed-off-by: Al Sutton <al@funkyandroid.com>