Deprecated Syntactic Sugar in C++ for Minimum and Maximum functions


The g++ compiler does not support

`<?' and `>?'

which used to be the minimum and maximum operators any more and the user should use

`std::min' and `std::max'

instead.

This post is also available in: Αγγλικα

Απάντηση

Αυτός ο ιστότοπος χρησιμοποιεί το Akismet για να μειώσει τα ανεπιθύμητα σχόλια. Μάθετε πώς υφίστανται επεξεργασία τα δεδομένα των σχολίων σας.