1 #pragma once 2 3 #include <source_location> 4 5 namespace lg2 6 { 7 using source_location = std::source_location; 8 } 9