mirror of
https://github.com/gelldur/EventBus.git
synced 2024-12-26 18:51:02 +08:00
Fix gcc warning
This commit is contained in:
parent
34902c481d
commit
42c690e774
@ -43,9 +43,6 @@ TEST_CASE("Should return unique id for each event When using Internal::type_id<E
|
||||
struct TestA
|
||||
{};
|
||||
|
||||
::TestA a;
|
||||
a.a = 10;
|
||||
|
||||
REQUIRE(unique.insert(Dexode::Internal::type_id<TestA>()).second);
|
||||
REQUIRE(unique.insert(Dexode::Internal::type_id<::TestA>()).second);
|
||||
REQUIRE(unique.insert(Dexode::Internal::type_id<Test::TestA>()).second);
|
||||
|
Loading…
x
Reference in New Issue
Block a user