must not rely on some header file including <algorithm>
any.h includes <algorithm> (but this is to go away). if a class needs <algorithm> itself, it ought to include it explicitly.
Please register or sign in to comment
any.h includes <algorithm> (but this is to go away). if a class needs <algorithm> itself, it ought to include it explicitly.