mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 13:33:00 +01:00
Fixed compiler warning.
This commit is contained in:
@@ -29,10 +29,11 @@
|
||||
#include <tinystl/allocator.h>
|
||||
#include <tinystl/unordered_map.h>
|
||||
|
||||
struct Foo { int bar; };
|
||||
|
||||
TEST(uomap_nonpod_compiles) {
|
||||
struct Foo { int bar; };
|
||||
|
||||
// verify this compiles
|
||||
typedef tinystl::unordered_map<int, Foo> map;
|
||||
map m;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user