[PATCH] Fix for error C3855 when compiling with VC 2008
Michael Beck
mm.beck at gmx.net
Fri May 24 01:14:18 PDT 2013
Hi,
VC 2008 seems to get confused by a template forward and friend declaration without type parameter names.
I got an error C3855 in one file when compiling HEAD or 3.3 branch. The following patch fixes that (and removes the forward, which is not
necessary, the friend declaration is enough in that case).
best regards,
--
Michael Beck
-------------- next part --------------
A non-text attachment was scrubbed...
Name: c3855.diff
Type: application/octet-stream
Size: 1495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130524/900b2785/attachment.obj>
More information about the llvm-commits
mailing list