User profile: coder777

User info
User name:coder777
History
Joined:
Number of posts:8450
Latest posts:

C++ DataFrame library
It's certainly an interesting library. I will dive into it later. Did you consider to propose it to...

discussion on std::ranges::iterator_t<T> being distinct from T::iterator (and same for begin)
Yes it should be distinct types. It is part of the strong typing paradigm of the language.The signat...

discussion on std::ranges::iterator_t<T> being distinct from T::iterator (and same for begin)
I would agree with this behavior. They are two distinct types and I would expect that they are treat...

Getter for enum member returns a copy of enum?
Don't make your life harder than necessary. When you have both setter and getter your member variabl...

tzdb: cannot locate zone
That looks like the timezone is not correctly configured. Did you considered this: https://wiki.deb...