Skip to content

Support set_basic and multiset_basic with _GLIBCXX_DEBUG#527

Merged
isuruf merged 1 commit into
symengine:masterfrom
bjodah:support-glibcxx-debug
Jun 15, 2026
Merged

Support set_basic and multiset_basic with _GLIBCXX_DEBUG#527
isuruf merged 1 commit into
symengine:masterfrom
bjodah:support-glibcxx-debug

Conversation

@bjodah

@bjodah bjodah commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

So Cython's declaration of std::set only defines a single template argument, which breaks g++ -D_GLIBCXX_DEBUG.

A secondary benefit of this patch is a looser coupling with exact underlying datatype used in SymEngine (at least it looks so to me).

I've been applying this patch locally for a while. If you want, I could add modify/append a config in the CI build matrix to actually exercise g++ with debug enabled standard library.

@isuruf isuruf merged commit 88ad323 into symengine:master Jun 15, 2026
22 checks passed
@isuruf

isuruf commented Jun 15, 2026

Copy link
Copy Markdown
Member

Thanks

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