>>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:


Lars> The only exception might be namespaces.

Jean-Marc> Yes. We have to decide how we handle that. Would adding

Jean-Marc> #ifdef CXX_WORKING_NAMESPACES using pair; using
Jean-Marc> whatever_we_need; #endif

Of course I sent my message too fast. It should read:

#ifdef CXX_WORKING_NAMESPACES
using std::pair;
using std::whatever_we_need;
#endif

Reply via email to