mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Updated test_invoke
This commit is contained in:
parent
06057b59ae
commit
534726fe20
@ -80,8 +80,6 @@ namespace
|
||||
CHECK_TRUE(!etl::is_function<int*>::value);
|
||||
CHECK_TRUE(!etl::is_function<int&>::value);
|
||||
CHECK_TRUE(!etl::is_function<int&&>::value);
|
||||
CHECK_TRUE(!etl::logical_not_t<etl::true_type>::value);
|
||||
CHECK_TRUE(etl::logical_not_t<etl::false_type>::value);
|
||||
}
|
||||
|
||||
//*************************************************************************
|
||||
|
||||
@ -10304,6 +10304,7 @@
|
||||
<ClCompile Include="..\test_hfsm_transition_on_enter.cpp" />
|
||||
<ClCompile Include="..\test_index_of_type.cpp" />
|
||||
<ClCompile Include="..\test_intrusive_links.cpp" />
|
||||
<ClCompile Include="..\test_invoke.cpp" />
|
||||
<ClCompile Include="..\test_macros.cpp" />
|
||||
<ClCompile Include="..\test_math.cpp" />
|
||||
<ClCompile Include="..\test_math_functions.cpp" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user