The <algorithm> thing (which is C++ not C) is within the C++ standard that allows any header to include any other header (or not, which is what they changed, some headers that used to use it no longer do). Users should always include what they use irrespective of "automagic" inclusions in headers since they can change at any time. There is a tool released by Google that leeches off clang to check for it.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1298/c1848857911@github.com>