From 7aacae66d4ffec8973af9a4612114149a544147a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 7 Feb 2003 21:15:27 +0000 Subject: [PATCH] typedef has an exception specification --- src/ca/comQueSend.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ca/comQueSend.h b/src/ca/comQueSend.h index 7fa7994cb..2a5166df2 100644 --- a/src/ca/comQueSend.h +++ b/src/ca/comQueSend.h @@ -83,8 +83,7 @@ private: wireSendAdapter & wire; unsigned nBytesPending; typedef void ( comQueSend::*copyFunc_t ) ( - const void *pValue, unsigned nElem ) - epicsThrows (( std::bad_alloc )); + const void *pValue, unsigned nElem ); static const copyFunc_t dbrCopyVector [39]; void copy_dbr_string ( const void *pValue, unsigned nElem )