Topic: nested friends


Author: Edward Eldridge <eddy@morgan.com>
Date: 1995/12/05
Raw View
is this syntax allowed by the dwp?

class fred
{
public:
    friend class mick // HERE
    {
    };
};


---
[ comp.std.c++ is moderated.  Submission address: std-c++@ncar.ucar.edu.
  Contact address: std-c++-request@ncar.ucar.edu.  The moderation policy
  is summarized in http://dogbert.lbl.gov/~matt/std-c++/policy.html. ]