summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_38_Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Modernize ACE tests with using instead of typedefJohnny Willemsen2020-12-081-2/+2
|
* Removed operator*& as it triggers the ambiguity issuesJohnny Willemsen2020-01-071-1/+0
| | | | * ACE/tests/Compiler_Features_38_Test.cpp:
* Make use of ACE_CDR::ULong for the operator[], that matches with TAO and ↵Johnny Willemsen2020-01-071-2/+3
| | | | | | should work with any compiler * ACE/tests/Compiler_Features_38_Test.cpp:
* Instead of using [0] a [0L] has to be used, that is the correct fixJohnny Willemsen2018-03-161-20/+1
| | | | * ACE/tests/Compiler_Features_38_Test.cpp:
* Sun Studio 5.13 and older can't handle thisJohnny Willemsen2018-03-121-0/+5
| | | | * ACE/tests/Compiler_Features_38_Test.cpp:
* Check if __GNUC__ is defined and only log that C++ support is ok when the ↵Johnny Willemsen2018-03-091-2/+2
| | | | | | test code has been compiled * ACE/tests/Compiler_Features_38_Test.cpp:
* msvc7.1 and gcc 4.1.1 can't handle this test so disable this test for those ↵Johnny Willemsen2018-02-171-0/+14
| | | | compilers
* Initialise member to solve Codacy warningJohnny Willemsen2018-02-161-2/+2
| | | | * ACE/tests/Compiler_Features_38_Test.cpp:
* Add constructor to make codacy happyJohnny Willemsen2018-02-161-0/+1
| | | | * ACE/tests/Compiler_Features_38_Test.cpp:
* Add new compiler test for a C++ feature TAO is usingJohnny Willemsen2018-02-161-0/+41
* ACE/tests/Compiler_Features_38_Test.cpp: Added. * ACE/tests/run_test.lst: * ACE/tests/tests.mpc: