Skip to content

Conversation

@lemire
Copy link
Member

@lemire lemire commented Dec 12, 2024

Fixes #2312

We allow disabling support for concepts by defining SIMDJSON_CONCEPT_DISABLED

#ifdef __clang__
// concepts are not supported in LLVM 12, see
// https://libcxx.llvm.org/Status/Cxx20.html
#if __clang_major__ < 13
Copy link
Contributor

Choose a reason for hiding this comment

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

this is an extremely old clang version. i recommend keeping as it is, since nodejs infra will update soon.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok. Removing...

Copy link
Member Author

Choose a reason for hiding this comment

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

I will leave SIMDJSON_CONCEPT_DISABLED for now so that it can be disabled manually.

@lemire lemire merged commit 5bfa0b0 into master Dec 12, 2024
138 of 139 checks passed
@lemire lemire deleted the patch_3_11_3 branch December 12, 2024 18:38
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.

Tape Error when a ':' is just after a padded_string_view after calling raw_json on a document

3 participants