File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,13 +153,13 @@ namespace tfm = tinyformat;
153153#endif
154154
155155#if defined(__GLIBCXX__) && __GLIBCXX__ < 20080201
156- // std::showpos is broken on old libstdc++ as provided with OSX . See
156+ // std::showpos is broken on old libstdc++ as provided with macOS . See
157157// http://gcc.gnu.org/ml/libstdc++/2007-11/msg00075.html
158158# define TINYFORMAT_OLD_LIBSTDCPLUSPLUS_WORKAROUND
159159#endif
160160
161161#ifdef __APPLE__
162- // Workaround OSX linker warning: Xcode uses different default symbol
162+ // Workaround macOS linker warning: Xcode uses different default symbol
163163// visibilities for static libs vs executables (see issue #25)
164164# define TINYFORMAT_HIDDEN __attribute__ ((visibility(" hidden" )))
165165#else
You can’t perform that action at this time.
0 commit comments