You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed that Visual Studio 2013 complains for template function specialization with default argument. This happens in the following code of DART for instance:
I observed that Visual Studio 2013 complains for template function specialization with default argument. This happens in the following code of DART for instance:
There are reports on this issue: stackoverflow1, stackoverflow2 and upstream bug report. From the reports, possible workaround is to wrap the calls as:
It seems VS2010, VS2012, and VS2013 are all have this bug but I haven't tested with VS2015.
The text was updated successfully, but these errors were encountered: