#ifndef __FISHBONE_TIME_H__ #define __FISHBONE_TIME_H__ #include namespace fishbone { using AccurateClock = std::chrono::time_point; fishbone::AccurateClock accurateTime(); }; /* no includes */ namespace fishbone { fishbone::AccurateClock accurateTime(); }; #endif