Hello All,
SCV-2.0.1 Compiled with gcc-4.8.1 using the option -DSCV_DISABLE_USING_NAMESPACES. Fails to compile suit while using -DSCV_DISABLE_USING_NAMESPACES. Errors comes from STL library headers, mainly trait libs. Happens for both gcc-4.8.1 and clang-3.9. I use tuples.
Is that any mistake I am doing ?
Regards,
Sumit
P.S: Tried to reproduce this with a minimal test case, but failed!