Skip to content

Commit

Permalink
fixup! Require explicit inst. decls to use main template
Browse files Browse the repository at this point in the history
  • Loading branch information
jru committed Nov 15, 2018
1 parent 5180f7a commit b0469cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/cxx/explicit_instantiation2-template_helpers.h
Expand Up @@ -45,4 +45,4 @@ class TemplateAsDefaultFullProvided {
T t;
};

#endif //INCLUDE_WHAT_YOU_USE_TESTS_CXX_EXPLICIT_INSTANTIATION2_TEMPLATE_HELPERS_H_
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_EXPLICIT_INSTANTIATION2_TEMPLATE_HELPERS_H_
2 changes: 1 addition & 1 deletion tests/cxx/explicit_instantiation2-template_short.h
Expand Up @@ -14,4 +14,4 @@ extern template struct Template<short>;

extern template struct ProvidedTemplate<short>;

#endif //INCLUDE_WHAT_YOU_USE_TESTS_CXX_EXPLICIT_INSTANTIATION2_TEMPLATE_SHORT_H_
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_EXPLICIT_INSTANTIATION2_TEMPLATE_SHORT_H_
2 changes: 1 addition & 1 deletion tests/cxx/explicit_instantiation2-template_short_direct.h
Expand Up @@ -11,4 +11,4 @@

#include "explicit_instantiation2-template_short.h"

#endif //INCLUDE_WHAT_YOU_USE_TESTS_CXX_EXPLICIT_INSTANTIATION2-TEMPLATE_SHORT_DIRECT_H_
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_EXPLICIT_INSTANTIATION2-TEMPLATE_SHORT_DIRECT_H_

0 comments on commit b0469cd

Please sign in to comment.