1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Improve on C++17 (#9170)

This commit is contained in:
Jimmy Hedman
2025-06-22 12:09:38 +02:00
committed by GitHub
parent ac9c608542
commit c81dbf9d59
3 changed files with 13 additions and 1 deletions

View File

@@ -50,6 +50,12 @@ build_flags =
-std=gnu++17
build_unflags =
-std=gnu++11
-std=gnu++14
-std=gnu++20
-std=gnu++23
-std=gnu++2a
-std=gnu++2b
-std=gnu++2c
src_filter =
+<./>
+<../tests/dummy_main.cpp>