summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/print.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/print.hpp')
-rw-r--r--include/ocl/print.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ocl/print.hpp b/include/ocl/print.hpp
index 657ca32..fd1a0ea 100644
--- a/include/ocl/print.hpp
+++ b/include/ocl/print.hpp
@@ -11,6 +11,7 @@
namespace ocl::io
{
+
template <typename T>
inline void print(T fmt) noexcept
{
@@ -75,6 +76,7 @@ namespace ocl::io
print(fmt...);
lf();
}
+
} // namespace ocl::io
#endif // ifndef __OCL_CORE_PRINT