Displaying 2 results from an estimated 2 matches for "a850de0a".
2014 Mar 02
2
[LLVMdev] [RFC] The coding standard for "struct" should be relaxed or removed
The current guidelines [1] on the use of the struct keyword are too
restrictive and apparently ignored. They limit the use of struct to
PODs, citing broken compilers.
The guidelines are out-of-date and should be relaxed. Here’s why:
1. Our updated list of supported compilers should all deal correctly
with non-POD structs.
2. A quick grep of the source suggests that no one paid attention
2014 Mar 02
3
[LLVMdev] [RFC] The coding standard for "struct" should be relaxed or removed
...es and structs differently. If this isn't the case for the currently supported version of MSVC, we should definitely remove this guideline.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140301/a850de0a/attachment.html>