From 53519a9bc518481eda3f56ad317383c48101d66e Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Sun, 29 Dec 2019 00:31:05 +0700 Subject: [PATCH] update promise module --- headers/enduro2d/core/_core.hpp | 2 -- modules/promise.hpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/headers/enduro2d/core/_core.hpp b/headers/enduro2d/core/_core.hpp index be0a4675..b36cd0a4 100644 --- a/headers/enduro2d/core/_core.hpp +++ b/headers/enduro2d/core/_core.hpp @@ -12,7 +12,6 @@ #include -#include #include #include #include @@ -26,7 +25,6 @@ namespace e2d namespace stdex { - using namespace invoke_hpp; using namespace jobber_hpp; using namespace promise_hpp; using namespace scheduler_hpp; diff --git a/modules/promise.hpp b/modules/promise.hpp index 8ed2aad2..388fcb3e 160000 --- a/modules/promise.hpp +++ b/modules/promise.hpp @@ -1 +1 @@ -Subproject commit 8ed2aad253dab8b198cd61f1050cf83411524436 +Subproject commit 388fcb3ead7bf057f89ace08807b705ab3944af0