From 6017737861df5f3799ec2538e5fb62fe378a309e Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 31 Jan 2025 12:36:49 +1100 Subject: Add default basic constructor and operator!= to SelectionPosition to ease use. Use default member initializer, constexpr for constructors and equality operators and <, [[nodiscard]] for comparison operators. Add simple unit tests for Selection. Not trying to be exhaustive here, just start the process of adding tests. --- test/unit/UnitTester.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/UnitTester.vcxproj') diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj index fdf567cff..87688523b 100644 --- a/test/unit/UnitTester.vcxproj +++ b/test/unit/UnitTester.vcxproj @@ -165,6 +165,7 @@ + -- cgit v1.2.3