You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,10 @@ g++ 11.3
129
129
clang 14 (with libstdc++ or libc++)
130
130
- untested if clang 13 could work as well.
131
131
132
-
Newer compilers should work in general.
133
-
All compilers are compiling in **C++20** and for **x86_64**.
132
+
Newer compilers should work in general.<br>
133
+
All compilers are compiling in **C++20** and for **x86_64**.<br>
134
+
<br>
135
+
**Warning free** on Viusal Studio for Level 4 and gcc/clang for -Wall
134
136
135
137
# Dependencies
136
138
@@ -170,9 +172,9 @@ This also counts for the headers version.h / Util.hpp / Exception.hpp.<br>
170
172
All other classes / structures / types (including all its methods and members), and free functions are considered unstable and may change often or might be even removed entirely.
171
173
172
174
Methods / Functions marked with
173
-
- **DEPRECATED**: Try to migrate to the new available way as soon as possible. This method might be removed in the next (pre-)release.
174
-
- **INTERNAL**: Don't use this methods. They are reserved for internal usage and may render your program unstable / unusable.
175
-
- **EXPERIMENTAL**: This is a new functionality / technique which needs some feedback from practical usage and might be chaged slightly before it become stable (or it might be removed, if some issuse raised up.)
175
+
- **DEPRECATED**: Try to migrate to the new available way as soon as possible. This method will be removed within some next (pre-)release.
176
+
- **INTERNAL**: Don't use these methods. They are reserved for internal usage and may render your program unstable / unusable. You cannot rely on the functionaity / behavior / existence.
177
+
- **EXPERIMENTAL**: This is a new functionality / technique and mighht be changed/modified after some feedback from practical usage before it becomes stable (or it might be removed/created in a new way from scratch, if some issuse raised up.)
0 commit comments