Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(792)

Unified Diff: lily/grob-array.cc

Issue 569740046: Simplify and speed up break substitution
Patch Set: reserve mem; clear mem; c++11 loops Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/grob.cc ('k') | lily/include/grob.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/grob-array.cc
diff --git a/lily/grob-array.cc b/lily/grob-array.cc
index ce387b0a05e82525ae83919e0501d1bca86f0cf0..37c11eb3c9b568483d91c8664268af3d4c749625 100644
--- a/lily/grob-array.cc
+++ b/lily/grob-array.cc
@@ -155,8 +155,11 @@ grob_array_to_list (Grob_array *array)
return list;
}
-template void Grob_array::filter_map2 (Grob *(*map_fun) (SCM, Grob *), SCM arg);
+template void Grob_array::filter_map2 (Grob *(*map_fun) (Break_criterion,
+ Grob *),
+ Break_criterion arg);
template void Grob_array::filter_map_assign2 (const Grob_array &src,
- Grob *(*map_fun) (SCM, Grob *),
- SCM arg);
+ Grob *(*map_fun) (Break_criterion,
+ Grob *),
+ Break_criterion arg);
« no previous file with comments | « lily/grob.cc ('k') | lily/include/grob.hh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b