Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit fa8ad51

Browse files
author
Nicolas Vasilache
committed
Fix multiple definitions
This commit fixes a multiple definition issue in the library definitions. This was caught internally when building on FB Infra.
1 parent 7623f0b commit fa8ad51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/library/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
namespace tc {
1919

20-
std::string replaceString(
20+
inline std::string replaceString(
2121
std::string str,
2222
const std::string& search,
2323
const std::string& replace) {

0 commit comments

Comments
 (0)