Skip to content

Commit 1ad4163

Browse files
committed
fixed missing inline
1 parent e0d1cb9 commit 1ad4163

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spaghetti.hpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ stringFromTimeUnit( DurUnit du )
299299
static std::string&
300300
getSpagName()
301301
{
302-
static std::string str("Spaghetti " + std::string(SPAG_VERSION) + ": ");
302+
// static std::string str("Spaghetti " + std::string(SPAG_VERSION) + ": "); // REMOVED ON 2019-07-10: will cause a break in tests at each new version !
303+
static std::string str("Spaghetti: ");
303304
return str;
304305
}
305306
//-----------------------------------------------------------------------------------
@@ -470,6 +471,7 @@ getMaxLength( const T& v_str )
470471
/**
471472
Also holds the string (if option enabled), for nice printing
472473
*/
474+
inline
473475
void
474476
Counters::print( std::ostream& out, uint8_t flags, char sep ) const
475477
{

0 commit comments

Comments
 (0)