We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0522e5 + 18a6e01 commit 015cd3fCopy full SHA for 015cd3f
1 file changed
tinyformat.h
@@ -153,13 +153,13 @@ namespace tfm = tinyformat;
153
#endif
154
155
#if defined(__GLIBCXX__) && __GLIBCXX__ < 20080201
156
-// std::showpos is broken on old libstdc++ as provided with OSX. See
+// std::showpos is broken on old libstdc++ as provided with macOS. See
157
// http://gcc.gnu.org/ml/libstdc++/2007-11/msg00075.html
158
# define TINYFORMAT_OLD_LIBSTDCPLUSPLUS_WORKAROUND
159
160
161
#ifdef __APPLE__
162
-// Workaround OSX linker warning: Xcode uses different default symbol
+// Workaround macOS linker warning: Xcode uses different default symbol
163
// visibilities for static libs vs executables (see issue #25)
164
# define TINYFORMAT_HIDDEN __attribute__((visibility("hidden")))
165
#else
0 commit comments