1
0
Fork 0
modern_cpp_tutorial/include/constexp.h

6 lines
51 B
C
Raw Normal View History

2023-10-18 18:29:41 +00:00
#pragma once
namespace constexp {
void test();
};