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
Certain Standard C++ constructs are described as declarations by the ISO spec, but they - in fact - do not declare any names. They act more like directives (e.g. changing the compiler behavior) than introducing a name with a type (possibly with initializer) in a given scope.
Fixes#6Fixes#17
Certain Standard C++ constructs are described as declarations by the ISO spec, but they - in fact - do not declare any names. They act more like directives (e.g. changing the compiler behavior) than introducing a name with a type (possibly with initializer) in a given scope.
Fixes#6Fixes#17
ipr/include/ipr/interface
Line 234 in 6155d29
Using_directive is either incomplete or not removed as it only exists as a forward reference.
The text was updated successfully, but these errors were encountered: