Skip to content

Add string_literal type#702

Merged
Spartan322 merged 1 commit intomasterfrom
add/string-literal
Feb 17, 2026
Merged

Add string_literal type#702
Spartan322 merged 1 commit intomasterfrom
add/string-literal

Conversation

@Spartan322
Copy link
Member

Designed specific for the purpose of handling compile-time string values, suitable especially for the case of non-type template parameters.

Example Usage:

template<OpenVic::string_literal LITERAL>
static constexpr example = LITERAL;

@Spartan322 Spartan322 added enhancement New feature or request topic:core labels Feb 17, 2026
@Spartan322 Spartan322 merged commit 6c7dd04 into master Feb 17, 2026
16 checks passed
@Spartan322 Spartan322 deleted the add/string-literal branch February 17, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request topic:core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments