eternal_happiness's blog

By eternal_happiness, history, 3 weeks ago, In English

I've stumbled upon this blog post recently about a built-in dynamic bitset in the C++ library, and it stated that the bitset is bugged. This is such a cool feature, and I believe that the latest g++ on msys2 has this fixed, so please update it.

  • Vote: I like it
  • +17
  • Vote: I do not like it

»
3 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

No, just write your own implementation

  • »
    »
    2 weeks ago, # ^ |
      Vote: I like it +11 Vote: I do not like it

    Isn't it better to have a better working implementation of something already available in the C++ library?