Skip to content

Deprecate class SizeOf

Carsten Gräser requested to merge feature/deprecate-sizeof into master

This was once added as a replacement for sizeof...(T) for a variadic pack T, because the clang implementation of the latter was buggy before clang 3.8. Now we require a much newer clang version that has this but fixed for years.

Merge request reports