mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Attempt to fix syntax that comfuse clang-format
This commit is contained in:
parent
01066b86ae
commit
f5128a39fe
@ -46,7 +46,7 @@ namespace etl
|
||||
#if ETL_USING_CPP11
|
||||
#define ETL_TYPE_DEF_RETURN(T, TValue, TReturn) typename etl::enable_if<etl::is_convertible<T, TValue>::value, TReturn>::type
|
||||
#else
|
||||
#define ETL_TYPE_DEF_ENABLE_IF_RETURN(T, TValue, ReturnType) ReturnType
|
||||
#define ETL_TYPE_DEF_RETURN(T, TValue, ReturnType) ReturnType
|
||||
#endif
|
||||
|
||||
//*************************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user