[Bf-blender-cvs] [101b2ce7b6f] blender2.8: Depsgraph: Cleanup, put symbols to a proper namespace

Sergey Sharybin noreply at git.blender.org
Mon Sep 3 16:05:46 CEST 2018


Commit: 101b2ce7b6f1478df965229964d417a15fb7175a
Author: Sergey Sharybin
Date:   Mon Sep 3 16:05:12 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB101b2ce7b6f1478df965229964d417a15fb7175a

Depsgraph: Cleanup, put symbols to a proper namespace

===================================================================

M	source/blender/depsgraph/util/deg_util_function.h

===================================================================

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



More information about the Bf-blender-cvs mailing list