From 23127caeaa689186d4693776a46c80b3bb55d180 Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Mon, 20 May 2019 23:34:54 +0800 Subject: [PATCH] more bugfix --- stdio.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdio.hpp b/stdio.hpp index fe1eed8..54e0555 100644 --- a/stdio.hpp +++ b/stdio.hpp @@ -189,7 +189,7 @@ namespace rlib { return println(std::cout, std::forward<Args>(args) ...); } template <> - void println() { + inline void println() { return println(std::cout); } template <typename... Args> -- GitLab