Hi, On 30/01/19 17:25, Alexandre Oliva wrote:
+static inline bool +instantiates_primary_template_p (tree node)
I'm rather surprised by the inline: as a general rule, we want functions this size all inline? I would say that in the C++ library we don't, sure, not very big but already too big.
Paolo.