2 * This program checks if the compiler doesn't have a certain bug
3 * that we encountered when testing with TAO
6 #include "test_config.h"
7 #include "ace/CDR_Base.h"
13 Foo_T () : member() {};
15 T_elem
operator[] (ACE_CDR::ULong
) { return member
; }
24 using Foo2Seq
= Foo_T
<Foo2
>;
27 run_main (int, ACE_TCHAR
*[])
29 ACE_START_TEST (ACE_TEXT("Compiler_Features_38_Test"));
32 long const j
= f2
[0].i
;
36 ACE_TEXT ("C++ support ok\n")));