tests/languages/cpp/operator_feature.test


Log

Author Commit Date CI Message
Michael Schmidt 3df62fd0 2021-04-03T11:30:05 C++: Added support for generic functions and made `::` punctuation (#2814)
Michael Schmidt 8e9d161c 2020-06-28T02:00:03 C++: Added support for default comparison operator (#2426)
Michael Schmidt 7af8f8be 2018-08-19T17:09:29 C/C++/Java operator update (#1528) This PR extends and updates the operators of C, C++, and Java. Java and C++ now support the -> operator. (C++ had a bug.) The tests of all languages were updated and the operator pattern for each language is now shorter.