esp-idf/components/cxx
Planck (Lu Zeyu) 255d499884 fix(ll): fix cpp compile error
Merges https://github.com/espressif/esp-idf/pull/12093

fix(ll): remove FLAG_ATTR macro

Such kind of operator overload will not work because C++ thinks such overload is ambiguous and it still prefer the built-in one which accepts and returns integer. Manually force type conversion seems to be unavoidable.
2023-09-14 14:48:12 +08:00
..
test_apps fix(ll): fix cpp compile error 2023-09-14 14:48:12 +08:00
.build-test-rules.yml feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +08:00
CMakeLists.txt feat(newlib): Implement getentropy() function 2023-08-08 18:06:58 +03:00
cxx_exception_stubs.cpp cxx: update copyright notice 2021-05-17 03:43:02 +02:00
cxx_guards.cpp build: Adds support for universal Clang toolchain 2022-11-23 13:25:16 +03:00