Add _format helper

This commit is contained in:
Jason Rhinelander 2023-01-09 18:32:47 -04:00
parent b663a46e07
commit ae8ba81549
No known key found for this signature in database
GPG key ID: C4992CE7A88D4262
2 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit 29085f02dd72f427bfb844bcf96c0dea193646b7
Subproject commit 182e67ab7b779c603b9e926ef6999465204bfb2d

6
oxenss/common/format.h Normal file
View file

@ -0,0 +1,6 @@
#pragma once
#include <oxen/log/format.hpp>
// Make ""_format available globally:
using namespace oxen::log::literals;