Commit Graph

17 Commits

Author SHA1 Message Date
Patrick e17dcb2442 removed explicit from array constructor 2024-07-28 23:34:22 +02:00
cyborg1811m 70e2108501 implemented operator= for different sized array 2024-07-28 16:47:05 +02:00
cyborg1811m 1b96fd982e added array constructor for different length 2024-07-27 21:44:05 +02:00
Patrick fd849ecfa4 changed assign to use initializer_list::size() fix 2024-07-24 18:44:26 +02:00
Patrick a046aa7bfb changed assign to use initializer_list::size() 2024-07-24 17:57:20 +02:00
Patrick f08c2890f1 updated wrong noexcepts and throw statements 2024-07-22 23:30:24 +02:00
Patrick 67d3a2f4cf implemented move for other with different capacity 2024-07-22 22:51:22 +02:00
cyborg1811m 6a05192db3 started integrating tests 2024-07-21 22:28:35 +02:00
cyborg1811m df1f8a82ed changed all std::destroy 2024-01-15 11:51:23 +01:00
cyborg1811m a2de08b14d added operator= for initializer list 2024-01-07 21:42:26 +01:00
Patrick 8bbddf74fe added overloads to and bugfixed operator= 2024-01-06 23:37:44 +01:00
Patrick a89e03fb94 renamed include guard 2024-01-06 18:27:30 +01:00
cyborg1811m 704da86b1b added second copy constructor, tests for copy and move constructors and bugfixed copy and move constructors 2024-01-06 18:11:11 +01:00
cyborg1811m b3a062688e added first version of methods 2024-01-04 16:16:44 +01:00
cyborg1811m b368102f1f added data access 2023-12-31 17:06:25 +01:00
cyborg1811m 8392edbced implemented assign and at 2023-12-30 23:20:04 +01:00
cyborg1811m e971e68258 added constructors and access functionality 2023-12-24 14:39:12 +01:00