Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Code inspection bug
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Breany
New Member

8 Posts

Posted - Jul 15 2017 :  10:40:51 PM  Show Profile  Reply with Quote

VA_X.dll file version 10.9.2223.0 built 2017.06.22
DevEnv.exe version 14.0.25420.1 Professional
msenv.dll version 14.0.25425.1

Invalid fix for result - "Typedef can be converted to 'using' declaration"

The code:
typedef int (Compare)(void* Left, void* Right);

Which compiles/works fine, gets converted to:
using Comparitor = int ()(void* Left, void* Right);

which does not compile:
d:\projects\test\src\types.h(13): error C2091: function returns function

feline
Whole Tomato Software

United Kingdom
18751 Posts

Posted - Jul 17 2017 :  07:26:17 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=109745

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000