1
0
Fork 0
modern_cpp_tutorial/include/initlist.h

6 lines
51 B
C++

#pragma once
namespace initlist {
void test();
};