summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-13 12:45:32 +0200
committerGitHub <noreply@github.com>2021-07-13 12:45:32 +0200
commit121ce4ec0a3ece51991220bc98ce008e97614e2b (patch)
tree458c785ba81d268068da5d5caca534d91ff871ab /TAO/tao
parenta1d27bfcc0beed636df113e14610881b82937bc4 (diff)
parenta0da9d2ed9cc30217ba98f5c9de03ca2db8d3aa0 (diff)
downloadATCD-121ce4ec0a3ece51991220bc98ce008e97614e2b.tar.gz
Merge pull request #1603 from jwillemsen/jwi-bcc32c
Only the Embarcadero clang based compilers support C++11
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp
index aad60460f99..218dae68668 100644
--- a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp
+++ b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp
@@ -62,7 +62,7 @@ namespace TAO
{
CORBA::TypeCode_var xtc = this->exception_list_->item (l);
this->ex_data_[l].id = xtc->id ();
- this->ex_data_[l].alloc = 0;
+ this->ex_data_[l].alloc = nullptr;
#if TAO_HAS_INTERCEPTORS == 1
this->ex_data_[l].tc_ptr = xtc.in ();
#endif