Any std::valarray users represent?

  • the_artic_one@piefed.social
    link
    fedilink
    English
    arrow-up
    9
    ·
    7 days ago

    It’s been forever since I’ve written C++ at a place that didn’t have their own version of STL where they used different names for everything.

  • ulterno@programming.dev
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    6 days ago

    I use C++ regularly and never used the 3.
    Saw std::valarray in some code once, but never used it myself.

    I tend to avoid boost as much as I can.

    • lambaliciousOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 days ago

      Same, tend to avoid Boost wherever I can. Or at least, avoid most of their utilities. Boost.Config standalone seems to serve some good purposes, and there are like 3 or 4 tools that are in Boost that also function properly standalone (most notably, Boost.Nowide).