About Store Forum Documentation Contact



Post Reply 
Code Editor Error
Author Message
SamNainocard Offline
Member

Post: #1
Code Editor Error
There's error when using template with return type being inner class.
Code:
class AAA
{
   class BBB {}
   T1(TYPE)     BBB& errorFunc(TYPE& t){return BBB();}
   T1(TYPE) AAA.BBB& OKfunc   (TYPE& t){return BBB();}
}


Attached File(s)
.txt  Output.txt (Size: 2.22 KB / Downloads: 5)
11-23-2014 10:20 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Code Editor Error
Thank you for reporting the issue, this will work OK in next release.
12-01-2014 03:40 AM
Find all posts by this user Quote this message in a reply
Post Reply