http://llvm.org/bugs/show_bug.cgi?id=14124
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Richard Smith <[email protected]> 2012-10-20 22:32:14 CDT --- Fixed in r166385. <stdin>:11:22: error: invalid use of non-static data member 'value' test(Format<Args>::value...); ~~~~~~~~~~~~~~^~~~~ <stdin>:15:3: note: in instantiation of function template specialization 'makeRequest<int>' requested here makeRequest(1); ^ -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
