log_msg faster move

This commit is contained in:
gabi
2014-11-21 11:23:55 +02:00
parent e2cd9285f4
commit 7ded05f365
3 changed files with 12 additions and 29 deletions

View File

@@ -96,9 +96,6 @@ private:
void _variadic_log(details::line_logger&l, const First& first, const Rest&... rest);
void _log_msg(details::log_msg& msg);
};
}
#include "./details/logger_impl.h"