Skip to content

constants: Protect F which is defined as a macro by some frameworks#1391

Merged
mborland merged 1 commit intoboostorg:developfrom
cbicari:patch-1
May 1, 2026
Merged

constants: Protect F which is defined as a macro by some frameworks#1391
mborland merged 1 commit intoboostorg:developfrom
cbicari:patch-1

Conversation

@cbicari
Copy link
Copy Markdown
Contributor

@cbicari cbicari commented Apr 30, 2026

For instance, ESP32 platform globally defines:

esp32/WString.h: #define F(string_literal)  (FPSTR(PSTR(string_literal)))

For instance, ESP32 platform globally defines:

    esp32/WString.h: #define F(string_literal)  (FPSTR(PSTR(string_literal)))
Copy link
Copy Markdown
Member

@mborland mborland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I approved the CI run, and will merge once it's green. Thank you!

@mborland mborland merged commit ec801eb into boostorg:develop May 1, 2026
70 of 72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants