We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d61f3 commit 18a6e01Copy full SHA for 18a6e01
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