happycr
Results
2
issues of
happycr
If I understand Appendix 1 correctly, a function of the form: ``` // Where B is a large type. void f(in B b) { use(b); } ``` generates the following...
Hi, One of the main features of shedskin is its type inference. What are the advantages of using type inference when c++ 11 has auto, which can infer the type...