proof of concept of merging lookups to customization points for model#12
proof of concept of merging lookups to customization points for model#12burlog wants to merge 2 commits intoJeffGarland:masterfrom
Conversation
|
Hi Michal, I'm catching up from last week and want to respond to your ML posts. Thanks for the PR. I'll take a look at this too and then start a discussion about the approaches. |
|
Lots of whitespace changes... One concern, I think I have to do specialization like this: namespace boost { namespace boostache { namespace model { namespace customization { template <> Don't have my compiler ready, but I don't think you can do partial specialization of functions, so it's a little obtuse Also, is it usual for specializations to have to occur in such a deep namespace? (not familiar with other approaches...) |
|
Sorry for whitespaces, it's partly due to editor and bad habbit :(. I had to split to more commits. Yes you can't do partial specialization of functions.... We can choose other namespace, I used it because it was here yet... |
Hi, before merging this please comment on the list.