1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-09-28 19:05:49 +08:00

Refactor Refactor template_string.h

This commit is contained in:
olafvdspek@gmail.com 2012-02-25 16:43:33 +00:00
parent 9f7baaec47
commit 60be3f041b

View File

@ -218,8 +218,6 @@ class @ac_windows_dllexport@ TemplateString {
friend class TemplateCache; // for GetGlobalId
friend class StaticTemplateStringInitializer; // for AddToGlo...
friend struct TemplateStringHasher; // for GetGlobalId
friend class ::TemplateStringTest;
friend class ::StaticTemplateStringTest; // for GetGlobalId
friend TemplateId GlobalIdForTest(const char* ptr, int len);
friend TemplateId GlobalIdForSTS_INIT(const TemplateString& s);