1. 04 Jun, 2017 2 commits
  2. 03 Jun, 2017 2 commits
  3. 02 Jun, 2017 4 commits
  4. 01 Jun, 2017 9 commits
  5. 30 May, 2017 1 commit
  6. 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
  7. 26 May, 2017 7 commits
  8. 23 May, 2017 6 commits
  9. 22 May, 2017 4 commits
  10. 21 May, 2017 1 commit
  11. 18 May, 2017 1 commit