We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f6b0b commit 02c35f7Copy full SHA for 02c35f7
README.md
@@ -404,8 +404,10 @@ Sample codes
404
Tested compilers
405
----------------
406
407
+ * Visual Studio 2017
408
* Visual Studio 2015
409
* Visual Studio 2013 with update 5
410
+ * Clang++ 4.0
411
* Clang++ 3.5
412
* G++ 5.4 on Ubuntu 16.04
413
@@ -419,4 +421,4 @@ TODO
419
421
License
420
422
-------
423
-MIT license (© 2016 Yuji Hirose)
424
+MIT license (© 2017 Yuji Hirose)
peglib.h
@@ -1,7 +1,7 @@
1
//
2
// peglib.h
3
4
-// Copyright (c) 2015 Yuji Hirose. All rights reserved.
+// Copyright (c) 2015-17 Yuji Hirose. All rights reserved.
5
// MIT License
6
7
0 commit comments