Skip to content

Commit 326c57f

Browse files
authored
Merge pull request #1277 from cppalliance/inline
Inline helper function
2 parents 75bf096 + 912d0a5 commit 326c57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/where_file.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace boost {
1414
namespace decimal {
1515

16-
auto where_file(const std::string& test_vectors_filename) -> std::string
16+
inline auto where_file(const std::string& test_vectors_filename) -> std::string
1717
{
1818
// Try to open the file in each of the known relative paths
1919
// in order to find out where it is located.

0 commit comments

Comments
 (0)