- More Documentation
- Updated Copyright
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// =====================================================================================================================
|
||||
// fennec, a free and open source game engine
|
||||
// Copyright © 2025 Medusa Slockbower
|
||||
// Copyright © 2025 - 2026 Medusa Slockbower
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
@@ -36,7 +36,7 @@ inline void fennec_test_containers_list() {
|
||||
const size_t n = 50;
|
||||
for (size_t i = 0; i < n; ++i) {
|
||||
const size_t p = rand() % (i + 1);
|
||||
assertf(test.insert(p, i) == i, "List Construct Test Failed.");
|
||||
assertf(test.insert(p, i) != test.end(), "List Construct Test Failed.");
|
||||
}
|
||||
|
||||
while (test.is_empty() == false) {
|
||||
|
||||
Reference in New Issue
Block a user