Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 615 Bytes

File metadata and controls

12 lines (9 loc) · 615 Bytes

template-mixins by example of a unique, immutable set of classes

Author: Peter Foelsche | Date: October 2024..January 2025 | Location: Austin, TX, USA | Email: [email protected]

News

Fixed a bug in unique.h which I fixed already many times in other versions. When attempting to erase a pointer from the object registry, one has to make certain, that not another pointer of an identical object is going to be erased.

Introduction

This code shows how to avoid creating multiple copies of identical objects of immutable classes in a hierarchy.