using4.C   [plain text]


//Build don't link
#include <vector>
namespace csp {
using namespace std::vector;  // ERROR - vector is not a namespace
}