1. 07 Jun, 2017 1 commit
  2. 05 Jun, 2017 4 commits
  3. 04 Jun, 2017 2 commits
  4. 03 Jun, 2017 2 commits
  5. 02 Jun, 2017 4 commits
  6. 01 Jun, 2017 9 commits
  7. 30 May, 2017 1 commit
  8. 29 May, 2017 3 commits
    • Harris Hancock's avatar
      Fix typo and formatting in comments · bd78705c
      Harris Hancock authored
      bd78705c
    • Harris Hancock's avatar
      Fix build error in MSVC · c4629e37
      Harris Hancock authored
      Closes #479.
      
      If T is a template instantiation and `List<T, kind<T>()>` is the return or
      parameter type of a function (notably get, set, init, adopt, and disown
      functions) defined out-of-line from its definition, MSVC fails to match
      the definition with its declaration. This seems to be another consequence
      of poor expression SFINAE / constexpr support.
      
      An easy workaround is to avoid using kind<T>() and instead manually
      instantiate Kind_<T>, as in lite mode. When I converted Kind_<T> to use
      VoidSfinae, I had thought this solved the problem, but clearly there are
      still edge cases.
      c4629e37
    • Harris Hancock's avatar
      Add MSVC build error to test.capnp · 02b7f5ad
      Harris Hancock authored
      02b7f5ad
  9. 26 May, 2017 7 commits
  10. 23 May, 2017 6 commits
  11. 22 May, 2017 1 commit