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
With the release of ISO14882:2020, simple-template-ids are no longer considered valid as the id-expression of the ptr-declarator when declaring the constructor of a class template specialization.
Actual behavior
Compilation fails when using the jpeg io extension (and others).
Expected behavior
Compilation should succeed.
C++ Minimal Working Example
Environment
With the release of ISO14882:2020, simple-template-ids are no longer considered valid as the id-expression of the ptr-declarator when declaring the constructor of a class template specialization.
See also:
<boost/version.hpp>
): 1.76.0The text was updated successfully, but these errors were encountered: