Added result type

This commit is contained in:
John Wellbelove 2021-09-04 14:42:07 +01:00
parent 81807b2fd2
commit 2cdfba4297
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -35,7 +35,6 @@ SOFTWARE.
///\ingroup utilities
#include "platform.h"
#include "optional.h"
#include "variant.h"
#if ETL_CPP11_NOT_SUPPORTED