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 can't build the latest code from master using Xcode 14.2 on macOS Monterey 12.7.1 because of these errors:
Machines/PCCompatible/PCCompatible.cpp:882:41 Missing 'template' keyword prior to dependent template name 'read'
Machines/PCCompatible/PCCompatible.cpp:883:41 Missing 'template' keyword prior to dependent template name 'read'
Machines/PCCompatible/PCCompatible.cpp:884:41 Missing 'template' keyword prior to dependent template name 'read'
Machines/PCCompatible/PCCompatible.cpp:885:41 Missing 'template' keyword prior to dependent template name 'read'
Machines/PCCompatible/PCCompatible.cpp:886:41 Missing 'template' keyword prior to dependent template name 'read'
Machines/PCCompatible/PCCompatible.cpp:887:41 Missing 'template' keyword prior to dependent template name 'read'
Machines/PCCompatible/PCCompatible.cpp:888:41 Missing 'template' keyword prior to dependent template name 'read'
Machines/PCCompatible/PCCompatible.cpp:889:41 Missing 'template' keyword prior to dependent template name 'read'
I'm curious whether these are secondary to the inability to parse DMA caused by my previous lack of a #include <array>; DMA is named as a concrete class to the offender, IO, so shouldn't be a dependent template.
I can't build the latest code from master using Xcode 14.2 on macOS Monterey 12.7.1 because of these errors:
on these lines:
CLK/Machines/PCCompatible/PCCompatible.cpp
Lines 882 to 889 in ad9e0b6
The text was updated successfully, but these errors were encountered: