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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user