aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrcdailey <[email protected]>2015-03-08 16:48:23 +0000
committerlloyd <[email protected]>2015-03-08 16:48:23 +0000
commitc84b150c50093c680f18f0792bf7d52f157b01fe (patch)
tree40158cb3da0f1064d0ab6b42ae2ab998f604b168 /doc
parentf0ccd62149e466d4fbf1fb2c57227c4d3cee190c (diff)
Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013.
Based on github pull req 23 by Robert Daily.
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_15.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_15.rst b/doc/relnotes/1_11_15.rst
index fe6227f6a..ebee2a429 100644
--- a/doc/relnotes/1_11_15.rst
+++ b/doc/relnotes/1_11_15.rst
@@ -15,3 +15,6 @@ Version 1.11.15, Not Yet Released
because the OpenSSL version ignored the skip parameter.
* Fix compilation problem on OS X/clang
+
+* Use BOTAN_NOEXCEPT macro to work around lack of noexcept in VS 2013
+