[fpc-devel] C++ linking questions
Marco van de Voort
marcov at stack.nl
Sun Mar 21 15:24:56 CET 2010
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?
More information about the fpc-devel
mailing list