Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Work around GCC <= 9.1 "error: invalid application of ‘sizeof’..."
Worked around a GCC bug which produced the following error: > unique_ptr.h:79:16: error: invalid application of ‘sizeof’ to incomplete type The issue #3643 "Compilation fails with GCC 8.4." was reported by Max Aehle. The GCC bug appears to be fixed with GCC 9.2. The workaround (removing "`{ nullptr }`") was also suggested by Max Aehle.
- Loading branch information