1
0
Fork 0
modern_cpp_tutorial/chapters/chapter_02/include/initlist.h

6 lines
51 B
C++

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