mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-29 13:58:44 +08:00
Merge remote-tracking branch 'origin/master' into development
This commit is contained in:
parent
c596ae8f6a
commit
8e83f95164
@ -54,6 +54,7 @@ SOFTWARE.
|
||||
#define ETL_FILE "27"
|
||||
|
||||
#ifdef ETL_COMPILER_GCC
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||
#endif
|
||||
|
||||
@ -2232,6 +2233,10 @@ namespace etl
|
||||
|
||||
#include "private/minmax_pop.h"
|
||||
|
||||
#ifdef ETL_COMPILER_GCC
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
#undef ETL_FILE
|
||||
|
||||
#endif
|
||||
|
||||
@ -864,7 +864,7 @@ namespace etl
|
||||
|
||||
pointer value = p;
|
||||
p = p_;
|
||||
delete value;
|
||||
deleter(value);
|
||||
}
|
||||
|
||||
void swap(unique_ptr& value)
|
||||
|
||||
@ -45,6 +45,7 @@ SOFTWARE.
|
||||
#include "../stl/iterator.h"
|
||||
|
||||
#ifdef ETL_COMPILER_GCC
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||
#endif
|
||||
|
||||
@ -204,6 +205,10 @@ namespace etl
|
||||
|
||||
#include "minmax_pop.h"
|
||||
|
||||
#ifdef ETL_COMPILER_GCC
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
#undef ETL_IN_PVOIDVECTOR
|
||||
|
||||
#endif
|
||||
|
||||
@ -59,7 +59,8 @@ SOFTWARE.
|
||||
#endif
|
||||
|
||||
#ifdef ETL_COMPILER_GCC
|
||||
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||
#endif
|
||||
|
||||
//*****************************************************************************
|
||||
@ -1223,4 +1224,8 @@ namespace etl
|
||||
|
||||
#include "private/ivectorpointer.h"
|
||||
|
||||
#ifdef ETL_COMPILER_GCC
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user