summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/release/2.10.13
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.10.1 b/winsup/cygwin/release/2.10.1
index c133124ae..42d9d1110 100644
--- a/winsup/cygwin/release/2.10.1
+++ b/winsup/cygwin/release/2.10.1
@@ -29,3 +29,6 @@ Bug Fixes
- Fix a stack alignment problem which may lead to spurious crashes after
fork.
Addresses: https://cygwin.com/ml/cygwin-patches/2018-q2/msg00016.html
+
+- Fix a g++ compilation problem with -std=c++14 or -std=c++17.
+ Addresses: https://cygwin.com/ml/cygwin/2018-05/msg00316.html