Skip to content

Commit 3fcbebb

Browse files
some minor changes readme.md
1 parent b3e2d73 commit 3fcbebb

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ g++ 11.3
129129
clang 14 (with libstdc++ or libc++)
130130
- untested if clang 13 could work as well.
131131
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
134136
135137
# Dependencies
136138
@@ -170,9 +172,9 @@ This also counts for the headers version.h / Util.hpp / Exception.hpp.<br>
170172
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.
171173
172174
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.)
176178
177179
## Can TeaScript be used for production already?
178180

0 commit comments

Comments
 (0)