this post was submitted on 10 Feb 2024
19 points (82.8% liked)

C++

1760 readers
1 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
 

I did a code that uses custom literals to allow indexing arrays with ordinals (1st, 2nd, 3rd), all at compile time. Additionally _st works only with 1, _nd only with 2, _rd only with 3. Zero and negative numbers are also not supported and fail compilation.

https://github.com/serpent7776/bits/blob/master/th.cpp/th.cpp

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 8 months ago (2 children)

Does it matter? OP had an itch. He scratched it, and shared it with the world.

The reason could be "I wonder if I can?". That's good enough.

[–] [email protected] 9 points 8 months ago

Yeah, that was basically it.

[–] [email protected] 1 points 8 months ago (1 children)

"Does it matter?"

That was the point of my question, thanks for reiterating it

[–] [email protected] 1 points 8 months ago (1 children)

The point of your question seems to be “never try things a for fun”

Curmudgeonry sucks all the joy out of anything.

[–] [email protected] 3 points 8 months ago

I never said that, please don't assume that's what I meant before asking.