summaryrefslogtreecommitdiff
path: root/kernel/src/utils/cxx/cxx_constructors.hpp
blob: f269745023da2a7b7fa5e1e968f614025186796c (plain)
1
2
3
4
5
6

namespace utils {
    namespace cxx {
        void init_constructors();
    }
}