diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-29 09:52:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-29 09:52:04 +0000 |
commit | 098be87e87abaac4c5d323b134338c23630e41fe (patch) | |
tree | 11b261a2676ef1e544714d03e97a5973805d86fb /ace/Future.cpp | |
parent | 271d64ab4e708b324b8b6fc70344803f1241ce3d (diff) | |
download | ATCD-098be87e87abaac4c5d323b134338c23630e41fe.tar.gz |
jamming
Diffstat (limited to 'ace/Future.cpp')
-rw-r--r-- | ace/Future.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Future.cpp b/ace/Future.cpp index 3114afaf637..e95eeb3a860 100644 --- a/ace/Future.cpp +++ b/ace/Future.cpp @@ -327,7 +327,7 @@ ACE_Future<T>::dump (void) const } template <class T> void * -ACE_Future<T>::operator new (size_t nbytes) +ACE_Future<T>::operator new (size_t) { return 0; } |