1. 03 7月, 2020 3 次提交
    • S
      travis CI fix · ac7079b0
      Sergey Zubkov 提交于
      ac7079b0
    • A
      Const-qualify operator()s. NFC. (#1638) · 567331ab
      Arthur O'Dwyer 提交于
      As a general rule, `operator()` should be const-qualified.
      The exceptions are few and far between.
      
      I was actually looking for a Guideline on that subject;
      I grepped for `operator()` and found that not only is there
      no such Guideline yet, the doc actually contained these
      places that (needlessly) violated the general rule.
      567331ab
    • A
      Remove a broken example, and copyedit. (#1637) · c379d3f6
      Arthur O'Dwyer 提交于
      Using `this` in a free function makes the program ill-formed;
      it doesn't magically give you a `std::thread*`.
      c379d3f6
  2. 30 6月, 2020 1 次提交
  3. 23 6月, 2020 1 次提交
  4. 12 6月, 2020 2 次提交
  5. 05 6月, 2020 2 次提交
  6. 03 6月, 2020 1 次提交
  7. 29 5月, 2020 6 次提交
  8. 20 5月, 2020 1 次提交
  9. 15 5月, 2020 1 次提交
  10. 08 5月, 2020 1 次提交
  11. 06 5月, 2020 1 次提交
  12. 22 4月, 2020 1 次提交
  13. 20 4月, 2020 1 次提交
  14. 02 4月, 2020 1 次提交
  15. 27 3月, 2020 4 次提交
  16. 25 3月, 2020 1 次提交
  17. 20 3月, 2020 1 次提交
  18. 16 3月, 2020 1 次提交
  19. 28 2月, 2020 5 次提交
  20. 31 1月, 2020 5 次提交