esp-idf/components
Vladimir Chistyakov 1d74652b5e Fix portGET_ARGUMENT_COUNT macro
portGET_ARGUMENT_COUNT uses a GCC extension ##__VA_ARGS__. It forces
the user to compile the code with GNU extensions enabled instead of ISO
language standard. The suggested change is to replace ##__VA_ARGS__ with
__VA_OPT__(,) __VA_ARGS__ which is supported by the current version of
GCC used in ESP-IDF for both C and C++ ISO standards.

This fix would enable ESP-IDF users to compile their code with ISO C++20
standard in future releases.

Signed-off-by: Jakob Hasse <jakob.hasse@espressif.com>
2021-07-15 17:01:31 +08:00
..
2021-06-24 13:16:14 +03:00
2021-05-17 03:43:02 +02:00
2021-07-09 12:29:56 +08:00
2021-07-09 12:29:56 +08:00
2021-07-01 19:53:50 +08:00
2021-05-12 17:53:32 +08:00
2021-07-01 19:53:50 +08:00
2021-07-15 17:01:31 +08:00
2021-01-06 17:21:53 +05:30
2021-07-01 15:45:05 +02:00
2021-06-19 14:27:44 +08:00
2021-06-29 21:09:27 +08:00