- Notifications
You must be signed in to change notification settings - Fork425
Declare the BASE64 alphabet as array of chars; not as a pointer#301
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
deanberris commentedSep 16, 2013
LGTM -- thanks@prantlf ! I'll look forward to the docs merged next. :) |
Declare the BASE64 alphabet as array of chars; not as a pointer
prantlf commentedSep 17, 2013
Let's see. I'm going to have a look at the cpp-netlib documentation structure, but before "going wild" with the programmer's guide I wanted to try the two possibilities how to design the API - separate function templates or one class template. I tried to continue with the separate functions in thebase64_util_function_templates branch and not being able to typedef the specialization is annoying me: I'd like to try the static class approach and see what will annoy me there :-) |
Declare the BASE64 alphabet as array of chars; not as a pointer
No description provided.