Fix to compile under cpp23 again successfully
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
#include "sdkconfig.h"
|
||||
#define LOG_LOCAL_LEVEL CONFIG_ESPCPPUTILS_LOG_LOCAL_LEVEL
|
||||
|
||||
// system includes
|
||||
#include <assert.h>
|
||||
#include <utility>
|
||||
|
||||
// esp-idf includes
|
||||
#include <esp_log.h>
|
||||
@@ -11,9 +13,6 @@
|
||||
// 3rdparty lib includes
|
||||
#include <fmt/core.h>
|
||||
|
||||
// local includes
|
||||
#include "futurecpp.h"
|
||||
|
||||
using namespace std::string_literals;
|
||||
|
||||
namespace espcpputils {
|
||||
|
||||
Reference in New Issue
Block a user