Skip to content

Commit

Permalink
Remove obsolete TINYFORMAT_NOINLINE
Browse files Browse the repository at this point in the history
The formatter list changes remove the need for this.
  • Loading branch information
c42f committed Jun 15, 2014
1 parent 1dba9b1 commit 5602674
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tinyformat.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,6 @@ namespace tfm = tinyformat;
# endif
#endif

#ifdef __GNUC__
# define TINYFORMAT_NOINLINE __attribute__((noinline))
#elif defined(_MSC_VER)
# define TINYFORMAT_NOINLINE __declspec(noinline)
#else
# define TINYFORMAT_NOINLINE
#endif

#if defined(__GLIBCXX__) && __GLIBCXX__ < 20080201
// std::showpos is broken on old libstdc++ as provided with OSX. See
// http://gcc.gnu.org/ml/libstdc++/2007-11/msg00075.html
Expand Down

0 comments on commit 5602674

Please sign in to comment.