List Question
20 TechQA 2024-02-18T13:15:52.510000Clang rejects std::array initialisation but gcc accepts
430 views
Asked by Alan
Why do user defined literal operators have to start with underscore?
84 views
Asked by thebugger
Do preprocessor defines substitute in `operator""_name`
394 views
Asked by Alex Guteniev
Why the move constructor nor the move assign operator is not called in this expression with UDL?
46 views
Asked by PaperBirdMaster
Should user defined literals always be consteval in C++20?
382 views
Asked by Benjamin Buch
Literals don't work for preprocessor macros
120 views
Asked by glades
What is wrong with operator"" _Bq?
233 views
Asked by Enlico
What is the proper definition for a constexpr function that take a character array?
166 views
Asked by Andi Abrudan
Does c++14 literal operator only support long double and unsigned long long type?
351 views
Asked by Troskyvs
How to define compile time ternary literal in C++?
86 views
Asked by bobeff
Numeric UDL operator template
325 views
Asked by SU3
User-defined literals
465 views
Asked by ahmed mokhtar
How to make small signed integer literals that take into account 2s complement?
111 views
Asked by Krupip
User-defined literal for stringstream
115 views
Asked by sanitizedUser
User-defined literal doesn't work when the body is written in a different .cpp file
264 views
Asked by JustAnOnion
Invalid suffix on floating constant
66 views
Asked by KhiemGOM
It is possible to pass an empty string literal to a user-defined raw literal operator?
257 views
Asked by 康桓瑋
Understanding user-defined string literal compiler error ".. is not a variable"
96 views
Asked by florestan