Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 1.01 KB

OptFrame Changelog

OptFrame 4.0.3 - development (bugfix)

  • explored gcc bug "a variable concept cannot be constrained", meaning that during concepts definition we cannot replace auto rules (class R) by constrained ones (XRepresentation R)
  • Fixing other bug "error: result type is not a plain type-constraint" (when variable concepts are put on return types, e.g., "-> XSolution&")

OptFrame 4.0.2 (bugfix)

  • Adjusted tests from deprecated gtestlib to catch2
  • Fixed MCT and examples to standard format (src/, tests/, build/, etc)

OptFrame 4.0.1 (bugfix)

  • Fixing remote reference to a stable Scanner version.
  • Fixing remote reference to deprecated gtestlib.

OptFrame 4.0-alpha

  • Complete refactor from OptFrame 3, using concepts.