Cleanup: use nested namespaces

This commit is contained in:
2020-07-03 14:25:20 +02:00
parent 5fbf70b0d0
commit 395b294b61
35 changed files with 70 additions and 140 deletions

View File

@@ -43,8 +43,7 @@
#include "FN_cpp_type.hh"
namespace blender {
namespace fn {
namespace blender::fn {
/**
* A generic span. It behaves just like a blender::Span<T>, but the type is only known at run-time.
@@ -398,7 +397,6 @@ class GVSpan : public VSpanBase<void> {
}
};
} // namespace fn
} // namespace blender
} // namespace blender::fn
#endif /* __FN_SPANS_HH__ */