mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Fixed build.
This commit is contained in:
@@ -52,7 +52,7 @@ int main()
|
||||
{
|
||||
typedef std::unordered_map<uint64_t, uint16_t> StdUnorderedMap;
|
||||
StdUnorderedMap map;
|
||||
map.reserve(numElements);
|
||||
// map.reserve(numElements);
|
||||
for (uint32_t jj = 0; jj < numElements; ++jj)
|
||||
{
|
||||
std::pair<StdUnorderedMap::iterator, bool> ok = map.insert(std::make_pair(uint64_t(jj), uint16_t(jj) ) );
|
||||
|
||||
Reference in New Issue
Block a user