Skip to content

Commit 350aac6

Browse files
committed
improve formatter
1 parent 2300e99 commit 350aac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/SevenBit/DI/Details/Helpers/Impl/Formatter.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace sb::di::details
1010
{
1111
namespace FormatterInternal
1212
{
13-
int assertFormatRes(int result, const char *fmt)
13+
inline int assertFormatRes(int result, const char *fmt)
1414
{
1515
if (result < 0)
1616
{
@@ -36,7 +36,7 @@ namespace sb::di::details
3636
}
3737
}
3838

39-
std::string makeArgFmt(std::string_view coreFmt, std::string_view baseFmt)
39+
inline std::string makeArgFmt(std::string_view coreFmt, std::string_view baseFmt)
4040
{
4141
std::string fmt = "%";
4242
fmt += coreFmt;

0 commit comments

Comments
 (0)