Merge pull request #7049 from AbandonedCart/master

Correct a namespace typo
This commit is contained in:
Henrik Rydgård 2014-11-04 13:06:13 +01:00
commit 87c4552de2

View File

@ -19,8 +19,8 @@
#ifdef IOS
#include <tr1/unordered_map>
namespace std {
using std::tr1:unordered_map;
using std::tr1:unordered_multimap;
using std::tr1::unordered_map;
using std::tr1::unordered_multimap;
};
#else
#include <unordered_map>