KnowSheet / Sherlock

Structured, append-only, immutable data persistence layer with publish-subscribe.
2 stars 1 forks source link

Fix for type decaying. #42

Closed dkorolev closed 9 years ago

dkorolev commented 9 years ago

Source: Apparently, doing a top-level api.Get(*my_unique_ptr.get()) doesn't compile, since it tries to std::move a const reference.

Fixed it, then reproduced it on a simpler example, confirmed the example works, and pushing the fix.

Thanks, Dima

dkorolev commented 9 years ago

And one more commit into this PR: Make sure time is not mocked by default.

mzhurovich commented 9 years ago

Merging, but this part is worth another revisit.