cplusplus.com
  • TUTORIALS
  • REFERENCE
  • ARTICLES
  • FORUM

C++

  • Tutorials
  • Reference
  • Articles
  • Forum

User: coder777

  • Public profile
  • Send Private Message
  • Users
  • coder777

User profile: coder777

User info
User name:coder777
History
Joined:
Number of posts:8449
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...

Home page | Privacy policy
© cplusplus.com, 2000-2024 - All rights reserved - v3.3.3
Spotted an error? contact us