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

Remove useless cast #25

Closed jwdinius closed 5 months ago

jwdinius commented 5 months ago

Closes #24

You can verify that the warning is present when compiling and running the tests for the first commit.

You can verify that the fix resolves the compilation warning and does not regress by compiling and running the tests for the feature branch.

thelink2012 commented 5 months ago

Thanks!