Skip to content

Commit

Permalink
Small changes suggested by bls.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeSigaud committed Feb 14, 2012
1 parent 5828117 commit 4e6a18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates_advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ \subsection{Mixin Example: Subscriber and Stack}
protected:
@property bool empty() { return stack.length == 0; }
@property int count() { return stack.length; }
@property size_t count() { return stack.length; }
void push(Me element)
{
Expand Down
2 changes: 1 addition & 1 deletion templates_appendix.tex
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ \subsubsection{D Reference}
\hline
\multicolumn{1}{c}{Subject} & \multicolumn{1}{c}{URL}\\ \hline %\hline
The general page on templates & \url{http://dlang.org/template.html}\\ %\hline
D templates vs C++ ones & \url{http://dang.org/templates-revisited.html} \\ %\hline
D templates vs C++ ones & \url{http://dlang.org/templates-revisited.html} \\ %\hline
An article on tuples & \url{http://dlang.org/tuple.html}\\ %\hline
Template tuple parameters & \url{http://dlang.org/variadic-function-templates.html} \\ %\hline
Template constraints & \url{http://dlang.org/concepts.html}\\ %\hline
Expand Down

0 comments on commit 4e6a18c

Please sign in to comment.