mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 17:06:05 +08:00
Added result type
This commit is contained in:
parent
81807b2fd2
commit
2cdfba4297
@ -44,8 +44,6 @@ SOFTWARE.
|
||||
#include "../visitor.h"
|
||||
#include "../memory.h"
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
#if defined(ETL_COMPILER_KEIL)
|
||||
#pragma diag_suppress 940
|
||||
#pragma diag_suppress 111
|
||||
|
||||
@ -35,7 +35,6 @@ SOFTWARE.
|
||||
///\ingroup utilities
|
||||
|
||||
#include "platform.h"
|
||||
#include "optional.h"
|
||||
#include "variant.h"
|
||||
|
||||
#if ETL_CPP11_NOT_SUPPORTED
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user