Fix gcc-specific problem in reentrant_allocator test
Summary:
[Folly] Fix gcc-specific problem in `reentrant_allocator` test.
```
folly/memory/test/ReentrantAllocatorTest.cpp: In member function ‘virtual void ReentrantAllocatorTest_large_Test::TestBody()’:
folly/folly/memory/test/ReentrantAllocatorTest.cpp:68:22: error: no matching function for call to ‘std::vector<ReentrantAllocatorTest_large_Test::TestBody()::type, folly::reentrant_allocator<ReentrantAllocatorTest_large_Test::TestBody()::type> >::push_back(<brace-enclosed initializer list>)’
vec.push_back({i});
^
```
Reviewed By: simpkins
Differential Revision: D19652353
fbshipit-source-id: ca72a80002096e1d35c61a219f9af271fa79a4a7
Showing
Please register or sign in to comment