From 785cca646211feed9c238cf8d219687b85552546 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 16 Feb 2018 12:09:57 +0100 Subject: Add constructor to make codacy happy * ACE/tests/Compiler_Features_38_Test.cpp: --- ACE/tests/Compiler_Features_38_Test.cpp | 1 + 1 file changed, 1 insertion(+) 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 class Foo_T { public: + Foo_T () {}; typedef T& T_elem; T_elem operator[] (long) { return member; } operator T *& () { return & member; }; -- cgit v1.2.1