Details
Description
As a follow-up after discussion of test cases for CPP-1562:
int const * const p = nullptr; // bad const int * const p = nullptr; // ok
Attachments
Issue Links
- implements
-
RSPEC-1749 Type specifiers should be listed in a standard order
- Active