1. 17 Sep, 2017 1 commit
  2. 15 Sep, 2017 1 commit
  3. 14 Sep, 2017 1 commit
  4. 12 Sep, 2017 1 commit
  5. 21 Apr, 2017 2 commits
  6. 11 Apr, 2017 1 commit
  7. 24 Jan, 2017 1 commit
    • Harris Hancock's avatar
      MSVC non-const copy capture workaround · f87b3068
      Harris Hancock authored
      MSVC refuses the following code:
      
      struct Foo { Foo(Foo&) {} };
      Foo foo;
      [foo] {}();
      
      because it only seems to want to consider const copy constructors when
      capturing objects by value in lambda capture lists.
      f87b3068
  8. 22 Jan, 2017 2 commits
  9. 07 Nov, 2016 1 commit