Bug 20836 – std.math: reorder declarations from most visible to least
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2020-05-16T06:03:41Z
Last change time
2020-05-18T08:54:59Z
Keywords
pull
Assigned to
No Owner
Creator
Iain Buclaw
Comments
Comment #0 by ibuclaw — 2020-05-16T06:03:41Z
It should be
```
public:
...
package:
...
private:
...
```
As it is currently
```
public:
...
package:
...
public:
...
```
Comment #1 by dlang-bot — 2020-05-16T22:05:25Z
@ibuclaw created dlang/phobos pull request #7485 "fix Issue 20836 - std.math: reorder declarations from most visible to least" fixing this issue:
- fix Issue 20836 - std.math: reorder declarations from most visible to least
https://github.com/dlang/phobos/pull/7485
Comment #2 by dlang-bot — 2020-05-18T08:54:59Z
dlang/phobos pull request #7485 "fix Issue 20836 - std.math: reorder declarations from most visible to least" was merged into master:
- c9327ac06032283788b7ad62364cc85d0ff314cd by Iain Buclaw:
fix Issue 20836 - std.math: reorder declarations from most visible to least
https://github.com/dlang/phobos/pull/7485