File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -63,3 +63,8 @@ Append this to your Emacs configuration
6363* Edit ` cpp-params-refcard.org `
6464* Save
6565* Export <kbd >C-c C-e l o</kbd >
66+
67+ # To Do
68+
69+ * Add horizontal rules between sections
70+ * Use _ mononoki_ font for monospace using ` fontspec ` package
Original file line number Diff line number Diff line change @@ -195,12 +195,12 @@ Returning value (both move and copy) will lead to deep copy for [[https://stacko
195195#+BEGIN_SRC c++
196196// example
197197// a move-unfriendly type (has no freestore data members)
198- struct doc:: Properties {
199- Point origin;
200- float size_x, size_y;
201- std::array<Margin> margin_sizes;
198+ struct Properties {
199+ Point origin;
200+ float size_x, size_y;
201+ std::array<Margin, 4> margin_sizes;
202202};
203- void Deduce(doc:: Properties& p) {
203+ void Deduce(Properties& p) {
204204}
205205#+END_SRC
206206
You can’t perform that action at this time.
0 commit comments