https://bugs.kde.org/show_bug.cgi?id=370334
KiloAlphaIndia changed:
What|Removed |Added
CC||k...@stierand.com
--- Comment #3 from KiloAlph
https://bugs.kde.org/show_bug.cgi?id=370334
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=370334
--- Comment #2 from KiloAlphaIndia ---
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
https://bugs.kde.org/show_bug.cgi?id=370334
--- Comment #1 from KiloAlphaIndia ---
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;
//