1
0
Fork 0
modern_cpp_tutorial/include/constexp.h

6 lines
51 B
C++

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