Merge branch 'master' of github.com:trailofbits/deepstate

This commit is contained in:
Peter Goodman
2017-11-02 00:54:22 -04:00
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class Stream {
DEEPSTATE_DEFINE_STREAMER(CStr, const char *, val)
DEEPSTATE_DEFINE_STREAMER(CStr, char *, const_cast<const char *>(val))
DEEPSTATE_DEFINE_STREAMER(Pointer, nullptr_t, nullptr)
DEEPSTATE_DEFINE_STREAMER(Pointer, std::nullptr_t, nullptr)
template <typename T>
DEEPSTATE_DEFINE_STREAMER(Pointer, T *, val);