Skip to content

Commit bfd79b5

Browse files
committed
#1-Write README.doc
Fixed c++ standard versions
1 parent 7982b2a commit bfd79b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
3232
number of BMPLoader libraries already existing but apparently incomplete that
3333
can 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
3636
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
3838
and offering more advanced programming concepts (e.g. programmed in the form
3939
of c++ modules).
4040

0 commit comments

Comments
 (0)