Remove using namespace std; from C++ code
This prevents us from providing our atomic types definitions, as they would conflict with the ones in std::
Showing
This prevents us from providing our atomic types definitions, as they would conflict with the ones in std::