'namespace' and 'using' keywords - new?

 

Did not recall I saw that before, and not in docs.

Anybody used it? is that some version of C++ use?

Thanks

 
Amir Yacoby:

Did not recall I saw that before, and not in docs.

Anybody used it? is that some version of C++ use?

Thanks

I just tried it out.

I get this compilation message:

Meter.mq5(62,1) : error 239: namespaces is not supported yet

So, it looks like some future feature.

 
Amir Yacoby:

Did not recall I saw that before, and not in docs.

Anybody used it? is that some version of C++ use?

Thanks

It's in development. AFAIK they don't provide details up to now.
 
I've just started using them. The "namespace" is now implemented.
Reason: