kgorking / ecs

A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop gsl library support

kgorking opened this issue · comments

Only span, index, Expects/Ensures are used.
Can use std::span instead of gsl::span.
Contracts just terminate now, can implement that myself, ot just use assert
gsl::index is just an alias for ptrdiff_t