Latest posts: |
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...
tzdb: cannot locate zone The problem of "America/New_York" is that there are 2 timezones: "EST" and "EDT". The error probably...
|