aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/using4.C
blob: f3197be1f9dbb8919a0ce4fccafe7af3cc210388 (plain)
1
2
3
4
5
//Build don't link
#include <vector>
namespace csp {
using namespace std::vector;  // ERROR - vector is not a namespace
}