doc(coding_style): add how to organize template source code
[skip ci]
This commit is contained in:
parent
5f11392fcc
commit
7944db2f18
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ reference counter is stored in `expr_cell`.
|
|||
We use `std::unique_ptr` to make sure unique resources will be freed
|
||||
correctly.
|
||||
|
||||
Template
|
||||
--------
|
||||
We organize template source code using the approach described at http://www.codeproject.com/Articles/3515/How-To-Organize-Template-Source-Code
|
||||
|
||||
Idioms
|
||||
------
|
||||
|
||||
|
|
Loading…
Reference in a new issue