Skip to content
Snippets Groups Projects
user avatar
Erik Verbruggen authored
Infinite recursion in the lookup of:
struct common_type {
public:
typedef typename common_type<typename common_type<_Tp, _Up>::type,
                             V>::type type;
};

This reverts commit 9a56ce4e85bec81c521258f44e9076d0bc9cce92

Change-Id: I675fe39018789cd04127d105eb983d2cb7798ca5
Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
8b8a5db1
History