summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/tests/Compiler_Features_38_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/tests/Compiler_Features_38_Test.cpp b/ACE/tests/Compiler_Features_38_Test.cpp
index ff1a21abb51..b2a03655833 100644
--- a/ACE/tests/Compiler_Features_38_Test.cpp
+++ b/ACE/tests/Compiler_Features_38_Test.cpp
@@ -9,6 +9,7 @@ template <typename T>
class Foo_T
{
public:
+ Foo_T () {};
typedef T& T_elem;
T_elem operator[] (long) { return member; }
operator T *& () { return & member; };