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:
Diffstat (limited to 'source/blender/functions/FN_array_spans.hh')
-rw-r--r--source/blender/functions/FN_array_spans.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/functions/FN_array_spans.hh b/source/blender/functions/FN_array_spans.hh
index 139b949e55a..3f71b36c49c 100644
--- a/source/blender/functions/FN_array_spans.hh
+++ b/source/blender/functions/FN_array_spans.hh
@@ -26,8 +26,7 @@
#include "FN_spans.hh"
-namespace blender {
-namespace fn {
+namespace blender::fn {
/**
* Depending on the use case, the referenced data might have a different structure. More
@@ -203,7 +202,6 @@ class GVArraySpan : public VArraySpanBase<void> {
}
};
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn
#endif /* __FN_ARRAY_SPANS_HH__ */