Marco Devillers

Results 1 issues of Marco Devillers

notes about egel: use using instead of typedef, it's identical except that using also works with templates - see https://stackoverflow.com/questions/10747810/what-is-the-difference-between-typedef-and-using-in-c11 use enum classes instead of raw enums to prevent accidental...