VC6 cannot handle template class typedef of a template class with the same name (in a different namespace)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7047 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3c6821f214
commit
5b09b32668
9 changed files with 10 additions and 22 deletions
|
@ -266,7 +266,7 @@ bool Plugins::IsPluginCallSyntax(const tstring& token)
|
|||
struct PrintPluginDirsHelper {
|
||||
template<class C> static void print(const C&c, const char*indent = "")
|
||||
{
|
||||
std::/*unordered_*/set<typename STLHelpers::mapped_type_helper<C>::type
|
||||
std::/*unordered_*/set<NSIS_CXX_TYPENAME STL::mapped_type<C>::type
|
||||
#ifdef _WIN32
|
||||
, Plugins::strnocasecmp
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue