File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CppBMPLoader
2
- An exhaustive BMP Loader, MIT-licensed, implemented for c++11 and c++20
2
+ An exhaustive BMP Loader, MIT-licensed, implemented for c++14 and c++20
3
3
4
4
5
5
## Genesis of this project
@@ -32,9 +32,9 @@ sees the quantity of questions asked on this subject on the Internet and the
32
32
number of BMPLoader libraries already existing but apparently incomplete that
33
33
can be found on * GitHub* , programmed in c++ or in other programming languages.
34
34
35
- ## c++11 and c++20 versions
35
+ ## c++14 and c++20 versions
36
36
Initially, two versions of the library are offered, one responding to standard
37
- c++11 of the programming language and the other responding to standard c++20
37
+ c++14 of the programming language and the other responding to standard c++20
38
38
and offering more advanced programming concepts (e.g. programmed in the form
39
39
of c++ modules).
40
40
You can’t perform that action at this time.
0 commit comments