typedef has an exception specification

This commit is contained in:
Jeff Hill
2003-02-07 21:15:27 +00:00
parent f5170b7999
commit 7aacae66d4

View File

@@ -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 )