Skip to content

Commit

Permalink
update leftright and catch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcshane committed Aug 18, 2019
1 parent 376e2b3 commit 6323b02
Show file tree
Hide file tree
Showing 5 changed files with 17,084 additions and 10,454 deletions.
2 changes: 1 addition & 1 deletion test/main.cpp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include <catch2/catch.hpp>
2 changes: 1 addition & 1 deletion test/test_eventbus.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "mpm/eventbus.h"
#include "mpm/enable_polymorphic_dispatch.h"
#include <catch.hpp>
#include <catch2/catch.hpp>


struct base_event : mpm::enable_polymorphic_dispatch<base_event>
Expand Down
Loading

0 comments on commit 6323b02

Please sign in to comment.