Skip to content

[rdf] Fix compilation errors on Windows (c++17)#21263

Merged
bellenot merged 1 commit intoroot-project:masterfrom
bellenot:fix-rdfhelpers-c++17
Feb 13, 2026
Merged

[rdf] Fix compilation errors on Windows (c++17)#21263
bellenot merged 1 commit intoroot-project:masterfrom
bellenot:fix-rdfhelpers-c++17

Conversation

@bellenot
Copy link
Member

Fix the following error on Windows with /std:c++17:
RDFHelpers.cxx(340,14): error C2679: binary '<<': no operator found which takes a right-hand operand of type 'std::chrono::seconds' (or there is no acceptable conversion)
Prior to C++20, the standard library did not provide a direct operator << overload for std::chrono

Fix the following error on Windows with `/std:c++17`:
RDFHelpers.cxx(340,14): error C2679: binary '<<': no operator found which takes a right-hand operand of type 'std::chrono::seconds' (or there is no acceptable conversion)
Prior to C++20, the standard library did not provide a direct operator << overload for std::chrono
@bellenot bellenot self-assigned this Feb 13, 2026
Copy link
Member

@vepadulano vepadulano left a comment

Choose a reason for hiding this comment

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

Thank you!

Copy link
Contributor

@martamaja10 martamaja10 left a comment

Choose a reason for hiding this comment

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

Thank you!

@github-actions
Copy link

Test Results

    22 files      22 suites   3d 7h 58m 37s ⏱️
 3 791 tests  3 791 ✅ 0 💤 0 ❌
76 270 runs  76 270 ✅ 0 💤 0 ❌

Results for commit 1bb1a4a.

@bellenot bellenot merged commit ea44358 into root-project:master Feb 13, 2026
29 of 30 checks passed
@bellenot bellenot deleted the fix-rdfhelpers-c++17 branch February 13, 2026 09:31
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.

3 participants