1. 18 Mar, 2014 1 commit
    • Dominik Charousset's avatar
      fixes an issue with user-defined message types · 8d1cfa39
      Dominik Charousset authored
      this patch fixes a compile time error with some user-defined
      message types; a minimal example to reproduce the error in 0.8.1 is:
      
      typedef optional_variant<
              std::tuple<int, float>
            , std::tuple<float, int, int>
            > msg_type;
      
          //                                    here!
          sync_send(self, atom("msg")).then([](msg_type) {});
      8d1cfa39
  2. 16 Oct, 2013 3 commits
  3. 15 Oct, 2013 3 commits
  4. 14 Oct, 2013 6 commits
  5. 11 Oct, 2013 2 commits
  6. 08 Oct, 2013 4 commits
  7. 04 Oct, 2013 1 commit
  8. 02 Oct, 2013 6 commits
  9. 01 Oct, 2013 7 commits
  10. 27 Sep, 2013 7 commits