I had a problem with one SDK where dispatch_release was actually a
macro, so writing ::dispatch_release did not work as expected. Remove the global anon namespace :: designation; the header will get us the correct declaration. llvm-svn: 280903
Loading
Please sign in to comment