feat: add initializer list

This commit is contained in:
Michael Mandl 2023-10-20 14:27:28 +02:00
parent ea201fe0f9
commit 5a3798a604
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
4 changed files with 34 additions and 3 deletions

5
include/initlist.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
namespace initlist {
void test();
};