Pseudo namespaces
    Jonathan M Davis via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Thu Dec  3 15:33:25 PST 2015
    
    
  
On Thursday, 3 December 2015 at 22:44:35 UTC, deadalnix wrote:
> At work we started using abstract final classes a lot for this.
which works just fine normally, but apparently, Andrei wants to 
namespace member functions within a class or struct, which means 
having access to a specific object of that class or struct, and 
as far as I can tell, there's no way to do that with a nested 
class or struct.
- Jonathan M Davis
    
    
More information about the Digitalmars-d
mailing list