From c7cd74fac3c47ce0c449ba5f2d130c6309242431 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 14 Oct 2020 15:24:42 +1100 Subject: Cleanup: multi-line comment blocks --- source/blender/blenlib/BLI_vector.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_vector.hh') diff --git a/source/blender/blenlib/BLI_vector.hh b/source/blender/blenlib/BLI_vector.hh index 3c90e1ab755..053dcb6faea 100644 --- a/source/blender/blenlib/BLI_vector.hh +++ b/source/blender/blenlib/BLI_vector.hh @@ -186,7 +186,7 @@ class Vector { template> * = nullptr> Vector(InputIt first, InputIt last, Allocator allocator = {}) : Vector(NoExceptConstructor(), allocator) -- cgit v1.2.3