You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
debaetsd
Posted - Jun 12 2012 : 4:41:40 PM Hi,
VAX is having troubles with coloring my Delegate class. It colors it red (as in function) while it should be blue (because it is a class). I made a small test case and it appears that VAX has troubles using non-type template arguments.
if you remove (or comment) the second constructor, the coloring works as it should.
Does anybody knows a workaround ? Or can anybody at Whole Tomato fix this
Visual Studio 2010 VAX 10.7.1908.0 (build 2012.05.31) C/C++
Thx !
1 L A T E S T R E P L I E S (Newest First)
accord
Posted - Jun 13 2012 : 1:14:36 PM I am seeing the same effect here. Thank you for the clear description.
case=67244
However, for me, it is only solved when I comment out both constructors... I'm not aware of any workaround for this.