https://bugs.kde.org/show_bug.cgi?id=370334

--- Comment #2 from KiloAlphaIndia <k...@stierand.com> ---
Ups. Sorry failed to format it correctly

I have now looked this up in the (draft) C++ Standard N3797.
The section 3.4.4 paragraph 3 gives a very obvious example:

struct Node {
    struct Node* Next; // OK: Refers to Node at global scope
    struct Data* Data; // OK: Declares type Data
                       // at global scope and member Data
};

This is the same for the keyword class.

Can anybody mark this as CONFIMED please.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to