1. 02 10月, 2020 2 次提交
  2. 24 9月, 2020 4 次提交
  3. 22 9月, 2020 2 次提交
  4. 04 9月, 2020 4 次提交
  5. 16 8月, 2020 1 次提交
  6. 14 8月, 2020 1 次提交
  7. 13 8月, 2020 1 次提交
  8. 04 8月, 2020 1 次提交
  9. 31 7月, 2020 3 次提交
    • H
      Closes #1579 · 04393263
      hsutter 提交于
      04393263
    • H
      Closes #1574 · 945b34d4
      hsutter 提交于
      - Add a cross-reference to C.139 and note that it doesn't matter whether
      a function is declared with override or final if the whole class is
      already final.
      - Fix C.139 to make it clearer that it's about `final` on classes.
      945b34d4
    • H
      Closes #1585 · 63e2cd0e
      hsutter 提交于
      63e2cd0e
  10. 30 7月, 2020 2 次提交
  11. 27 7月, 2020 1 次提交
  12. 26 7月, 2020 1 次提交
  13. 24 7月, 2020 2 次提交
    • A
      relative path should be from within the same component · 94d6123c
      apenn-msft 提交于
      ... files that exist at a relative path to the file containing the `#include` statement (from within the same component or project)
      94d6123c
    • A
      Update CppCoreGuidelines.md · f458adae
      apenn-msft 提交于
      explicitly note that "file" refers to as it exists in the location of it being authored/modified.
      this is to address any confusion about #including "bar.h" from foo.h based on whether bar.h is relative to foo.h at the time and location foo.h is being modified (e.g. under mylib/foo.h) versus at the time/location from which foo.h is installed to the system and included by the user (e.g. from /usr/include).
      f458adae
  14. 14 7月, 2020 1 次提交
    • H
      Fix typo in SL.str.1 (#1648) · d996c978
      Hugh Macdonald 提交于
      Part of SL.str.1 references replacing “const string*” with “string_view”, but the example code above shows “const string&” instead.
      This changes the comment to the reference rather than pointer.
      d996c978
  15. 10 7月, 2020 4 次提交
  16. 04 7月, 2020 1 次提交
  17. 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
  18. 30 6月, 2020 1 次提交
  19. 23 6月, 2020 1 次提交
  20. 12 6月, 2020 2 次提交
  21. 05 6月, 2020 2 次提交