mirror of https://github.com/mono/CppSharp.git
Browse Source
This makes it possible to map the exact specialisation of basic_string which corresponds to std::string. This helps when std::string is used as a placeholder (std::vector<std::string>) since it's then finally resolved to the specialisation and not the typedef. Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>pull/681/head
2 changed files with 21 additions and 7 deletions
Loading…
Reference in new issue