Files
cpp-course/modules/14_cpp26/src/constexpr_frontier.cpp
T

7 lines
140 B
C++
Raw Normal View History

2026-08-11 17:40:36 +03:00
#include "constexpr_frontier.hpp"
namespace cpp26 {
2026-08-24 19:27:20 +03:00
// constexpr functions should be defined in the header file
2026-08-11 17:40:36 +03:00
} // namespace cpp26