mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
1cd53405cc
Header files that contain "using namespace std;" do not work well in codebases that have custom implementations for common classes such as "string". This is a C++ Core guideline (SF.7). Signed-off-by: Dionna Glaze <dionnaglaze@google.com>