2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00

chore: update metadata for switch to C++ 14 (#682)

The switch was already announced in PR 677, but the metadata was
not updated at the same time.
This commit is contained in:
Dirk Stolle
2022-06-05 11:31:34 +02:00
committed by GitHub
parent 843ea374b6
commit 2f7c3db5bd

View File

@@ -6,7 +6,7 @@
"Hailin Jin",
"Christian Henning"
],
"description": "(C++11) Generic Image Library",
"description": "(C++14) Generic Image Library",
"category": [
"Algorithms",
"Containers",
@@ -19,5 +19,5 @@
"Mateusz Loskot <mateusz -at- loskot.net>",
"Pranam Lashkari <plashkari628 -at- gmail.com>"
],
"cxxstd": "11"
"cxxstd": "14"
}