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

@@ -35,8 +35,7 @@
#include "BLI_linear_allocator.hh"
#include "BLI_utility_mixins.hh"
namespace blender {
namespace fn {
namespace blender::fn {
template<typename T> class GVectorArrayRef;
@@ -202,7 +201,6 @@ template<typename T> class GVectorArrayRef {
}
};
} // namespace fn
} // namespace blender
} // namespace blender::fn
#endif /* __FN_GENERIC_VECTOR_ARRAY_HH__ */