1. 19 7月, 2019 2 次提交
  2. 18 7月, 2019 8 次提交
  3. 17 7月, 2019 1 次提交
    • A
      Fix C++20 compile warning on implicit capture of this with '=' default capture (#1833) · c1841802
      Ali Javadi 提交于
      Happens when compiled with -std=c++2a, the fix just makes the captures explicit to resolve the issue. Just adding this in addition to = doesn't work in C++11.
      
      src/hb-ot-layout-gpos-table.hh:737:18: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture]
                    { return (this+_).intersects (glyphs, valueFormat); })
                              ^
      src/hb-ot-layout-gpos-table.hh:736:16: note: add an explicit capture of 'this' to capture '*this' by reference
          | hb_map ([=] (const OffsetTo<PairSet> &_)
                     ^
                      , this
      c1841802
  4. 16 7月, 2019 2 次提交
  5. 13 7月, 2019 1 次提交
  6. 11 7月, 2019 5 次提交
  7. 08 7月, 2019 1 次提交
  8. 06 7月, 2019 5 次提交
  9. 05 7月, 2019 4 次提交
  10. 04 7月, 2019 2 次提交
  11. 03 7月, 2019 9 次提交