summaryrefslogtreecommitdiff
path: root/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'macro.h')
-rw-r--r--macro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macro.h b/macro.h
index 8be6df4..aeca79d 100644
--- a/macro.h
+++ b/macro.h
@@ -15,3 +15,5 @@
// << std::chrono::duration_cast<std::chrono::microseconds>( \
// end_ ## name - begin_ ## name) \
// << std::endl;
+
+#define INIT_FIELD(name) m_##name(name)