summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_38_Test.cpp
Commit message (Expand)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
* Make use of ACE_CDR::ULong for the operator[], that matches with TAO and shou...Johnny Willemsen2020-01-071-2/+3
* Instead of using [0] a [0L] has to be used, that is the correct fixJohnny Willemsen2018-03-161-20/+1
* Sun Studio 5.13 and older can't handle thisJohnny Willemsen2018-03-121-0/+5
* Check if __GNUC__ is defined and only log that C++ support is ok when the tes...Johnny Willemsen2018-03-091-2/+2
* msvc7.1 and gcc 4.1.1 can't handle this test so disable this test for those c...Johnny Willemsen2018-02-171-0/+14
* Initialise member to solve Codacy warningJohnny Willemsen2018-02-161-2/+2
* Add constructor to make codacy happyJohnny Willemsen2018-02-161-0/+1
* Add new compiler test for a C++ feature TAO is usingJohnny Willemsen2018-02-161-0/+41