Add cpp_file

This commit is contained in:
Jonathan Müller 2017-01-20 23:21:19 +01:00
commit 170c4045e2
6 changed files with 91 additions and 8 deletions

View file

@ -55,7 +55,7 @@ namespace cppast
type_safe::optional_ref<cpp_entity> parent_;
std::string name_;
friend detail::intrusive_list_access<cpp_entity>;
friend detail::intrusive_list<cpp_entity>;
};
} // namespace cppast