Abraxas/CCS Home Table of Contents
ABRAXAS SOFTWARE - CodeCheck CCS Test-Suite
CCS -C Test Suite for Module - 59.cpp
// 59. Namespaces and Modules. Don't write namespace usings in a header file or before an #include.
#include "59.h"
namespace foo{}
using namespace foo;
Abraxas/CCS Home Table of Contents