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 11# 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
33
44
55## Genesis of this project
@@ -32,9 +32,9 @@ sees the quantity of questions asked on this subject on the Internet and the
3232number of BMPLoader libraries already existing but apparently incomplete that
3333can be found on * GitHub* , programmed in c++ or in other programming languages.
3434
35- ## c++11 and c++20 versions
35+ ## c++14 and c++20 versions
3636Initially, 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
3838and offering more advanced programming concepts (e.g. programmed in the form
3939of c++ modules).
4040
You can’t perform that action at this time.
0 commit comments