Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using an extern template for the typedefed instantiations to help with compile times. #1

Open
jonesmz opened this issue Aug 20, 2018 · 1 comment

Comments

@jonesmz
Copy link

jonesmz commented Aug 20, 2018

typedef str_view_template<char> str_view;

@sawickiap
Copy link
Owner

How should this be implemented? Adding following lines above these typedefs causes compilation errors.

extern template str_view_template<char>;
extern template str_view_template<wchar_t>;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants