Skip to content

Commit 3048dfa

Browse files
committed
Removed using causing ambiguity error.
1 parent 9d3d948 commit 3048dfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/test/regression/disabled_std_byte.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify -D_HAS_STD_BYTE=0 %s -Xclang -verify-ignore-unexpected=note,warning
22
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s -Xclang -verify-ignore-unexpected=note,warning
33
// expected-no-diagnostics
4-
using namespace ::std;
54
#include <CL/sycl.hpp>
65
#include <algorithm>
76
#ifdef _WIN32

0 commit comments

Comments
 (0)