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

--- Comment #1 from KiloAlphaIndia <k...@stierand.com> ---
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
};

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

Reply via email to