Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename common to base. | crupest | 2024-10-06 | 1 | -1/+1 |
| | |||||
* | Re-think about ToString. | crupest | 2023-10-14 | 1 | -2/+0 |
| | | | | | | | ToString for a class should lies in the same namespace of the class. Argument-dependent name lookup will help make Format work. The problem is it will hide ToString at parent namespace. But if you call ToString explicitly, it's you duty to use the ToString in correct namespace. | ||||
* | ... | crupest | 2022-05-15 | 1 | -0/+47 |