Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-09-03 17:05:12 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-03 17:05:41 +0300
commit101b2ce7b6f1478df965229964d417a15fb7175a (patch)
treedf514e7eb6502efca27e827285e99e9e0ccb0b03 /source/blender/depsgraph
parenteb2226dde28421700da64dfc3716e82fa09905f2 (diff)
Depsgraph: Cleanup, put symbols to a proper namespace
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/util/deg_util_function.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/depsgraph/util/deg_util_function.h b/source/blender/depsgraph/util/deg_util_function.h
index 8863d92eb74..0ec41412d7b 100644
--- a/source/blender/depsgraph/util/deg_util_function.h
+++ b/source/blender/depsgraph/util/deg_util_function.h
@@ -32,6 +32,10 @@
#include <functional>
+namespace DEG {
+
using std::function;
using namespace std::placeholders;
#define function_bind std::bind
+
+} // namespace