-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Dbjdbj no boost #32
base: master
Are you sure you want to change the base?
Dbjdbj no boost #32
Conversation
in the folder dbj is all we need in order *not* to depend on boost
Thank you very much, @DBJDBJ |
Ok and thanks but :) The stuff that is in the cli/dbj folder (dbjdbj+no_boost branch) ... I think that has to work in even C++11 ... let me check .. if it does that will leave "only" boost asio to deal with |
C++14 version, compiles builds runs
string argument type is currently one word only
C++14 version ready |
will try and use only dbj buf which is faster, but its size is easily lost.
Just a consideration. |
Generally, I agree. I have to ask: C++17 version of std lib or just a c++ compiler capable of C++17, or both? But for C++ not all is lost :) Have you seen Martin Moene's |
The are some libraries that provide a backport of C++ 14/17/20 STL (only for what is possible) to C++11 or even C++03. That said, I'm trying to modify cli in order to work with both boost and non boost versions of asio and, optionally, use conan.io to get boost. |
Erm ok well I think you/we are in the wrong repository ... Please visit me on my github or blog dbj.org ... |
with very simple measures applied here you have "no-Boost" version.
Telnet project is removed from the Samples.sln
This is C++17