Skip to content

Commit 912d0a5

Browse files
committed
Inline helper function
1 parent 75bf096 commit 912d0a5

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)