Skip to content

Use convertFromString<double> instead of std::from_chars#1110

Merged
facontidavide merged 2 commits intoBehaviorTree:masterfrom
chhtz:master
Feb 5, 2026
Merged

Use convertFromString<double> instead of std::from_chars#1110
facontidavide merged 2 commits intoBehaviorTree:masterfrom
chhtz:master

Conversation

@chhtz
Copy link
Contributor

@chhtz chhtz commented Feb 4, 2026

This #1099 very recently broke compilation on older g++ versions (which don't properly support std::from_chars for floating point types).

@facontidavide

@chhtz
Copy link
Contributor Author

chhtz commented Feb 4, 2026

No idea what caused the failing tests (to me it appears unrelated to this change).
Also, I'm fine if you want to drop support for old g++ versions (< g++-11). We would then pin this library to an old commit on our older systems.

@facontidavide
Copy link
Collaborator

yeah, the main branch is failing too. do not worry. thanks for sending this

@facontidavide facontidavide merged commit f1c2b8e into BehaviorTree:master Feb 5, 2026
13 of 14 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