blob: f3197be1f9dbb8919a0ce4fccafe7af3cc210388 [file] [log] [blame]
//Build don't link
#include <vector>
namespace csp {
using namespace std::vector; // ERROR - vector is not a namespace
}