doc(coding_style): add how to organize template source code

[skip ci]
This commit is contained in:
Soonho Kong 2013-10-28 11:31:46 -04:00
parent 5f11392fcc
commit 7944db2f18

View file

@ -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
------