Skip to content

Commit 0bbbfc2

Browse files
committed
[Doc] Update README.md
1 parent 155d014 commit 0bbbfc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Supplemental static library of whatever are seen required in sense of general purpose but not directly supported from [Modern C++](https://www.modernescpp.com/index.php/what-is-modern-c). Or whatever is deemed reusable from my side projects.
44

5-
- Doxygen-generated API reference is [here](https://buck-yeh.github.io/bux/html/index.html). 💡 Doxygen has been known for being insensitive to Modern C++ for so many years. Keywords like any of attributes, ... etc can be misinterpreted or simply dropped. Viewer's discretion is advised.
5+
- Doxygen-generated API reference is [here](https://buck-yeh.github.io/bux/html/index.html).
66

77
---
88
**Table of contents**
@@ -12,7 +12,7 @@
1212
- [Build from github in MacOS or any of Linux distros](#build-from-github-in-macos-or-any-of-linux-distros)
1313
- [From vcpkg in Windows](#from-vcpkg-in-windows)
1414
- [Header Intros](#header-intros)
15-
- [If you target iOS 16.0 or earlier](#if-you-target-ios-160-or-earlier)
15+
- [If you target iOS prior to 16.3](#if-you-target-ios-prior-to-163)
1616
- [Containers](#containers)
1717
- [Input/Output](#inputoutput)
1818
- [Logger](#logger)
@@ -121,8 +121,8 @@
121121

122122
## Header Intros
123123

124-
### If you target iOS 16.0 or earlier
125-
💡 The following headers and other headers using them should be avoided to use because they call [std::format()](https://en.cppreference.com/w/cpp/utility/format/format) directly or indirectly, which in turn calls the floating point version of [std::to_chars()](https://en.cppreference.com/w/cpp/utility/to_chars), which wasn't ready in AppleClang at the advent C++17 for quite a few years.
124+
### If you target iOS prior to 16.3
125+
💡 The following headers and other headers using them should be avoided to use because they call [std::format()](https://en.cppreference.com/w/cpp/utility/format/format) directly or indirectly, which in turn calls the floating point version of [std::to_chars()](https://en.cppreference.com/w/cpp/utility/to_chars), which wasn't ready in AppleClang with the advent of C++17 for quite a few years.
126126

127127
- [EZScape.h](include/bux/EZScape.h)
128128
- [ImplScanner.h](include/bux/ImplScanner.h)

0 commit comments

Comments
 (0)