Fix to compile under cpp23 again successfully

This commit is contained in:
2022-06-22 14:54:30 +02:00
parent a155041878
commit d811b9e470
5 changed files with 7 additions and 41 deletions

View File

@@ -3,12 +3,12 @@
#include "sdkconfig.h"
#define LOG_LOCAL_LEVEL CONFIG_ESPCPPUTILS_LOG_LOCAL_LEVEL
// system includes
#include <utility>
// esp-idf includes
#include <esp_log.h>
// local includes
#include "futurecpp.h"
namespace espcpputils {
namespace {
constexpr const char * const TAG = "ESPCPPUTILS";