yet-another-user / pimpl

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

Buildfix: add missing `void_t` helper type #5

Closed muggenhor closed 7 years ago

muggenhor commented 7 years ago

This adds the missing helper type void_t. Without this I cannot compile.

yet-another-user commented 7 years ago

Well, void_t is part of boost-1.65... Having said that I tend to agree that having it locally might be a better/safer idea.

yet-another-user commented 7 years ago

Oops, it actually conflicts with boost::void_t... how could I miss that? :-)

yet-another-user commented 7 years ago

Corrected that. Thank you for pointing it out.