aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/exception/src
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2022-09-21 19:55:27 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2022-09-21 19:55:27 +0300
commite35fa9e920c824c1f2faef732d637164202ee522 (patch)
treecb58ea8d9261b33ab962b32be5f30175d5391767 /contrib/restricted/boost/exception/src
parent03e6b001442731630882038574da6a630b3235f0 (diff)
downloadydb-e35fa9e920c824c1f2faef732d637164202ee522.tar.gz
Update contrib/restricted/boost/exception to 1.80.0
Diffstat (limited to 'contrib/restricted/boost/exception/src')
-rw-r--r--contrib/restricted/boost/exception/src/clone_current_exception_non_intrusive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/exception/src/clone_current_exception_non_intrusive.cpp b/contrib/restricted/boost/exception/src/clone_current_exception_non_intrusive.cpp
index 54b056d8d0e..932bca8910a 100644
--- a/contrib/restricted/boost/exception/src/clone_current_exception_non_intrusive.cpp
+++ b/contrib/restricted/boost/exception/src/clone_current_exception_non_intrusive.cpp
@@ -230,7 +230,7 @@ namespace
{
}
- ~cloned_exception()
+ ~cloned_exception() BOOST_NOEXCEPT_OR_NOTHROW
{
}