In our previous episode, Sven Barth said:
> (besides using m_none instead of m_all as Jonas mentioned).
> 
> I'm talking about the namespace value itself.
> 
> E.g. the C++ code
> 
> namespace Foo::Bar {
>       class FooBar {
> 
>       }
> }
> 
> becomes to
> 
> FooBar = cppclass
> 
> end; namespace Foo.Bar;

This looks a bit strange to me. Namespace is a block in C++, but more a
directive in Pascal?
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to