yet-another-user / pimpl

The C++ Pimpl Idiom Again!
36 stars 7 forks source link

Use nullptr_t from std namespace instead of global namespace #6

Closed muggenhor closed 7 years ago

muggenhor commented 7 years ago

Getting build errors without this with Clang, not with GCC.

yet-another-user commented 7 years ago

Thanks for the fix. Appreciated. GCC was happy so I missed that..