MichaelFabrizio / KeyVector

C++ memory bootstrapping library
MIT License
0 stars 0 forks source link

[Testing] Trying to isolate a bug in Logic_Tests.h on the Testing branch #2

Closed MichaelFabrizio closed 3 months ago

MichaelFabrizio commented 3 months ago

Either a bug in one of the two functions:

  1. [Testing branch] The function Check_Greater_Than_Place() in Logic_Tests.h
  2. [main] AddAny() function

Still working to isolate as it is non-trivial. Will post an update as soon as possible.

MichaelFabrizio commented 3 months ago

The AddAny() function appears to be working correctly.

MichaelFabrizio commented 3 months ago

Fixed.