Vuhdo

Results 3 issues of Vuhdo

Hey Branimir! It would be great if vstudio.toolset could be configured per project configuration. For example, let's assume we have two configs: Game|Win32 and Game|x64. The latter uses default toolset...

Sometimes `fixed_function` actually allocates memory and that is quite unexpected and confusing. The problem is due to alignment: when one of a captured lambda arguments has an alignment, instead of...

Hi, We have some issue using `eastl::fixed_vector` that forbids heap allocations (i.e. has `bEnableOverflow = false`) when compiling code as simple as that: ``` eastl::fixed_vector v; ... v.insert(v.begin(), 1); ```...