Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Qwop's blog

By Qwop, history, 4 years ago, In English

Are there any pros of using std::array<type, 2> over std::pair<type, type>, other than the most obvious one that std::pair supports different types while std::array does not?

Full text and comments »

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