thelink2012 / any

Implementation of std::experimental::any, including small object optimization, for C++11 compilers
Boost Software License 1.0
144 stars 37 forks source link

Add <new>, fixes build with Clang #20

Closed barracuda156 closed 1 year ago

barracuda156 commented 1 year ago

Fix for https://github.com/thelink2012/any/issues/19

Build confirmed with both GCC and Clang. Tests pass.

thelink2012 commented 1 year ago

Thanks!