Skip to content

Commit

Permalink
fixed missing inline
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Jul 10, 2019
1 parent e0d1cb9 commit 1ad4163
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spaghetti.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ stringFromTimeUnit( DurUnit du )
static std::string&
getSpagName()
{
static std::string str("Spaghetti " + std::string(SPAG_VERSION) + ": ");
// static std::string str("Spaghetti " + std::string(SPAG_VERSION) + ": "); // REMOVED ON 2019-07-10: will cause a break in tests at each new version !
static std::string str("Spaghetti: ");
return str;
}
//-----------------------------------------------------------------------------------
Expand Down Expand Up @@ -470,6 +471,7 @@ getMaxLength( const T& v_str )
/**
Also holds the string (if option enabled), for nice printing
*/
inline
void
Counters::print( std::ostream& out, uint8_t flags, char sep ) const
{
Expand Down

0 comments on commit 1ad4163

Please sign in to comment.