1 comments

  • oseityphelysiol1 hour ago
    C++ people are great at making problems for themselves and then solving them to no end.<p>This does not look like a productive way to get things done.
    • kevin_thibedeau19 minutes ago
      C arrays are better than this mess. All the problems caused by the intervening generic programming abstraction machinery disappear.
    • gkedzierski18 minutes ago
      What language do you consider to be productive, in comparison?
      • htobc9 minutes ago
        Rather than engage in an unrelated language-war flame bait, why not actually discuss this particular issue with C++? Yes having a language built around zero cost abstractions for low level programming is a must, but how does that end up justifying this wild complexity around making constexpr more powerful?<p>In the real world I would think trying to do any of the things discussed in this article should be an automatic commit rejection on any project.