Skip to content
Snippets Groups Projects
Commit ca60a446 authored by Gregory Meyer's avatar Gregory Meyer
Browse files

Changed to use print_format.h

parent 536be097
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
#include <sstream>
#include <utility>
#include "template_print.h"
#include "print_format.h"
template <typename... Args>
inline std::string format(const std::string &format_string, Args&&... args) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment