SWDEV-345571 - Fix template parameter redefines default argument (#3101)

Change-Id: I1f22f0dd17831d31d9119e878f698312f29ce036


[ROCm/hip commit: c0e05cf582]
Tá an tiomantas seo le fáil i:
ROCm CI Service Account
2022-11-29 06:15:34 +05:30
tiomanta ag GitHub
tuismitheoir 0965bd6ea2
tiomantas 1d0152c38c
D'athraigh 3 comhad le 1 breiseanna agus 5 scriosta
@@ -23,7 +23,6 @@ endif()
# AMD only tests
set(AMD_TEST_SRC
unsafeAtomicAdd.cc
vectorTypesDevice.cc
mbcnt.cc
bitExtract.cc
bitInsert.cc
@@ -26,8 +26,6 @@ THE SOFTWARE.
#include <type_traits>
#include <utility>
template <bool b, typename T = void> using Enable_if_t = typename std::enable_if<b, T>::type;
using namespace std;
template <class T> __device__ typename std::add_rvalue_reference<T>::type _declval() noexcept;