📝 it's 2018

This commit is contained in:
Niels Lohmann 2018-01-14 10:41:59 +01:00
parent 420dcf1f25
commit fea5f3792b
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -737,7 +737,7 @@ json j_from_msgpack = json::from_msgpack(v_msgpack);
## Supported compilers
Though it's 2017 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work:
Though it's 2018 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work:
- GCC 4.9 - 7.2 (and possibly later)
- Clang 3.4 - 5.0 (and possibly later)
@ -795,7 +795,7 @@ The following compilers are currently used in continuous integration at [Travis]
The class is licensed under the [MIT License](http://opensource.org/licenses/MIT):
Copyright © 2013-2017 [Niels Lohmann](http://nlohmann.me)
Copyright © 2013-2018 [Niels Lohmann](http://nlohmann.me)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: