Use std::nullptr_t in dynamic
authorChristopher Dykes <cdykes@fb.com>
Fri, 21 Apr 2017 18:25:39 +0000 (11:25 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 21 Apr 2017 18:42:22 +0000 (11:42 -0700)
commit09887be9e29c63ab1e9dcbf5795e22bd3428b346
tree513ff31fb273e1a16c1aaac7b2f7feb319431653
parent58006ffb064c542cef813026156e710a6cfdb749
Use std::nullptr_t in dynamic

Summary: It was changed to a `void*` previously due to an ICE in GCC 4.7. GCC 4.7 hasn't been supported in quite a while, and newer versions of GCC don't crash, so it's time to switch it back to `nullptr_t`.

Reviewed By: yfeldblum

Differential Revision: D4917389

fbshipit-source-id: fc48642026c7e3aaeadef27bb949f70648c2312c
folly/dynamic-inl.h
folly/dynamic.cpp
folly/dynamic.h