-
Summary: With the old definition clang gives this error: ``` error: '(anonymous struct at example.cpp:15:3)' cannot be defined in a type specifier ``` This makes it work under clang. Test Plan: Test with https://godbolt.org/g/kIBwyP and look at the assembly. Reviewers: O25 HSC2HS, hvr, austin, bgamari, mpickering Reviewed By: bgamari Subscribers: simonmar Differential Revision: https://phabricator.haskell.org/D3346
Summary: With the old definition clang gives this error: ``` error: '(anonymous struct at example.cpp:15:3)' cannot be defined in a type specifier ``` This makes it work under clang. Test Plan: Test with https://godbolt.org/g/kIBwyP and look at the assembly. Reviewers: O25 HSC2HS, hvr, austin, bgamari, mpickering Reviewed By: bgamari Subscribers: simonmar Differential Revision: https://phabricator.haskell.org/D3346
Loading