p1378 - std::is_string_literal(const T*) for C++29 #18
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
humans [design.lewg]
To be mulled over by the sometimes rowdy, generally level-headed, but often weird people in LEWG.
research
Digging into the problem at hand
Milestone
Determining whether a string is a string literal gives us certain guarantees about memory layout and null termination. The goal is to write a
consteval
function that covers this landscape area.The text was updated successfully, but these errors were encountered: