feat: add initializer list
This commit is contained in:
parent
ea201fe0f9
commit
5a3798a604
4 changed files with 34 additions and 3 deletions
5
include/initlist.h
Normal file
5
include/initlist.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
namespace initlist {
|
||||
void test();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue