mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
Exclude MSVC compiler due to Appveyor reporting an internal compiler error
This commit is contained in:
parent
83f710d636
commit
911ec65e1b
@ -57,7 +57,7 @@ namespace
|
||||
CHECK_EQUAL(data.max_size(), SIZE);
|
||||
}
|
||||
|
||||
#ifndef APPVEYOR
|
||||
#ifndef ETL_COMPILER_MICROSOFT // Temporarily disabled as Appveyor reports an "internal compiler error
|
||||
//*************************************************************************
|
||||
TEST(test_cpp17_deduced_constructor)
|
||||
{
|
||||
|
||||
@ -248,7 +248,7 @@ namespace
|
||||
}
|
||||
|
||||
//*************************************************************************
|
||||
#ifndef APPVEYOR
|
||||
#ifndef ETL_COMPILER_MICROSOFT // Temporarily disabled as Appveyor reports an "internal compiler error
|
||||
TEST(test_cpp17_dedused_constructor)
|
||||
{
|
||||
etl::array data{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user