Skip to content

Fix build with doctest 2.5.x - #678

Open
rosset wants to merge 1 commit into
man-group:mainfrom
rosset:main
Open

Fix build with doctest 2.5.x#678
rosset wants to merge 1 commit into
man-group:mainfrom
rosset:main

Conversation

@rosset

@rosset rosset commented Aug 7, 2026

Copy link
Copy Markdown

In doctest 2.5.x, XmlWriter is defined in the doctest::detail namespace rather than the doctest namespace directly.

This patch qualifies the type correctly as doctest::detail::XmlWriter to resolve the build issue.

In doctest 2.5.x, XmlWriter is defined in the doctest::detail namespace
rather than the doctest namespace directly. This patch qualifies the type
correctly as doctest::detail::XmlWriter to resolve the build issue.

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
@Alex-PLACET

Copy link
Copy Markdown
Collaborator

It as been fixed here: https://github.com/sparrow-org/sparrow

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