innochenti

Results 3 issues of innochenti

I like the idea of a library, but I think there is one feature that would improve its use: the ability to resolve a type by name. This would allow...

steps to repro: 1. **set C++ Language Standard** to **Preview - Features from the Latest C++ Working Draft (/std:c++latest)** _Error:_ meta.hpp\meta_base\fixed_function.hpp(81,32): error C4996: 'std::aligned_storage_t': warning STL4034: std::aligned_storage and std::aligned_storage_t are...

``` { std::vector args1; args1.push_back("-union"); args1.push_back("ballA.off"); args1.push_back("ballB.off"); args1.push_back("ballC.off"); cmds.runCommands(std::begin(args1), std::end(args1)); } { std::vector args1; args1.push_back("-union"); args1.push_back("ballA.off"); args1.push_back("ballB.off"); args1.push_back("ballC1.off"); cmds.runCommands(std::begin(args1), std::end(args1)); } ``` ballC.off and ballC1.off are different