summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/io/print.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/io/print.hpp')
-rw-r--r--include/ocl/io/print.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ocl/io/print.hpp b/include/ocl/io/print.hpp
index 1220cec..669dfef 100644
--- a/include/ocl/io/print.hpp
+++ b/include/ocl/io/print.hpp
@@ -22,7 +22,9 @@ namespace ocl::io
console_io_out << fmt;
}
- inline void print() noexcept {}
+ inline void print() noexcept
+ {
+ }
template <typename... Args>
inline void print(Args... fmt) noexcept