Skip to content

literals should be guarded#2669

Open
lemire wants to merge 1 commit intomasterfrom
lits_should_be_guarded
Open

literals should be guarded#2669
lemire wants to merge 1 commit intomasterfrom
lits_should_be_guarded

Conversation

@lemire
Copy link
Copy Markdown
Member

@lemire lemire commented Apr 8, 2026

We should require that people call  using namespace simdjson::literals to avoid conflicts.

using namespace simdjson::literals;

constexpr auto cfg = R"(
{
    "port": 8080,
    "host": "localhost"
}
)"_json;

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.

1 participant