We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2300e99 commit 350aac6Copy full SHA for 350aac6
Include/SevenBit/DI/Details/Helpers/Impl/Formatter.hpp
@@ -10,7 +10,7 @@ namespace sb::di::details
10
{
11
namespace FormatterInternal
12
13
- int assertFormatRes(int result, const char *fmt)
+ inline int assertFormatRes(int result, const char *fmt)
14
15
if (result < 0)
16
@@ -36,7 +36,7 @@ namespace sb::di::details
36
}
37
38
39
- std::string makeArgFmt(std::string_view coreFmt, std::string_view baseFmt)
+ inline std::string makeArgFmt(std::string_view coreFmt, std::string_view baseFmt)
40
41
std::string fmt = "%";
42
fmt += coreFmt;
0 commit comments