1. 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
  2. 10 7月, 2020 4 次提交
  3. 04 7月, 2020 1 次提交
  4. 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
  5. 30 6月, 2020 1 次提交
  6. 23 6月, 2020 1 次提交
  7. 12 6月, 2020 2 次提交
  8. 05 6月, 2020 2 次提交
  9. 03 6月, 2020 1 次提交
  10. 29 5月, 2020 6 次提交
  11. 20 5月, 2020 1 次提交
  12. 15 5月, 2020 1 次提交
  13. 08 5月, 2020 1 次提交
  14. 06 5月, 2020 1 次提交
  15. 22 4月, 2020 1 次提交
  16. 20 4月, 2020 1 次提交
  17. 02 4月, 2020 1 次提交
  18. 27 3月, 2020 4 次提交
  19. 25 3月, 2020 1 次提交
  20. 20 3月, 2020 1 次提交
  21. 16 3月, 2020 1 次提交
  22. 28 2月, 2020 4 次提交
    • A
      2f0c2e58
    • H
      Updated #1570 · fc383d66
      hsutter 提交于
      Typo
      fc383d66
    • C
      Add SF.12, 3rd try (#1570) · 63ceef65
      Chris Guzak 提交于
      * add SF.12
      
      * add incscope to isocpp.dic to get the CI build to pass
      
      * expand INCLUDES, update dictionary for the ci build to pass
      
      * pr feedback
      
      * in the same directory
      
      * update based on feedback
      
      * 3rd try
      
      * PR feedback
      
      * update lable
      
      * Update CppCoreGuidelines.md
      
      * Update CppCoreGuidelines.md
      63ceef65
    • H
      Followup to PR 1564 · 6388b4d1
      hsutter 提交于
      Changed the two anchors back (anchors need to stay stable and don't
      display visibly anyway)
      Switched "non-public" back to hyphernated (to use hyphenation
      consistently)
      6388b4d1