dwww Home | Show directory contents | Find package

%module xxx

// This should error but doesn't
#if 0
namespace OtherSpace {
  struct L;
}
namespace Space11 {
  namespace SubSpace11 {
    using OtherSpace::L;
    struct L {
      void ll();
    };
  }
}
#endif

namespace Space1 {
  struct A;
}
namespace Space2 {
  struct Space1::A {
    void x();
  };
}

Generated by dwww version 1.15 on Sun Jun 30 15:46:18 CEST 2024.