#cpp98 Suchergebnisse
How can I use my custom enable_if in c++98? stackoverflow.com/questions/6155… #templates #cpp98 #cpp

I've been brushing up on my C++ #cpp, which I haven't really used since C++98 #cpp98 (yeah, I'm that old), and a lot of things I've come to use in #Kotlin and other modem languages are in, but seeing fmt:: format made me simply say Hallelujah!
Thinking of starting value-ptr-lite ;) github.com/martinmoene/va… #cpp #cpp98 #cpp11
Released span-lite 0.4.0 github.com/martinmoene/sp… #cpp #cpp98 #cpp20
Released v0.1.0 of bit-lite C++20 bit operations for C++98 and later in a single-file header-only library. #cpp #cpp20 #cpp98 #cpp11 #cpp14 #cpp20 github.com/martinmoene/bi…
github.com
Release v0.1.0 · martinmoene/bit-lite
Initial release.
span-lite 0.6.0 released, thanks to @flex_ferrum github.com/martinmoene/sp… #cpp #cpp98 #cpp20
I've been pointed to this quizz: cppquiz.org/quiz/question/… (#cpp11 but applies to #cpp98) didn't know the answer nor that @visualc was broken
span-lite 0.7.0 released github.com/martinmoene/sp… #cpp #cpp98 #cpp20
Started to make optional-lite, nullable objects for C++98 and later, C++17-like, bit.ly/mm-optional-li… #cpp, #cpp98, #cpp17
Started work on span-lite, github.com/martinmoene/sp… #cplusplus #cpp #cpp98 #cpp20
github.com
GitHub - martinmoene/span-lite: span lite - A C++20-like span for C++98, C++11 and later in a...
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library - martinmoene/span-lite
There is at last, a normal remove() method in the containers in C++20 (to avoid exposition of moved from objects to the user) #cpp20 #cpp98
gsl lite now has basic_string_span, github.com/martinmoene/gs… … … #cpp #cpp98 #cpp11 #gsl
github.com
GitHub - gsl-lite/gsl-lite: ISO C++ Core Guidelines Library implementation for C++98, C++11 up
ISO C++ Core Guidelines Library implementation for C++98, C++11 up - gsl-lite/gsl-lite
@geo2A внутренний for_each омжно заменить на std::copy(v.begin(), v.end(), std::ostream_iteratot<int>(cout, " ")) — #cpp98 :)
Rhyme & rhythm of the GSL Lite specification, github.com/martinmoene/gs… #gsl #cpp98 #cpp03 #cpp11 #cpp14
github.com
GitHub - gsl-lite/gsl-lite: ISO C++ Core Guidelines Library implementation for C++98, C++11 up
ISO C++ Core Guidelines Library implementation for C++98, C++11 up - gsl-lite/gsl-lite
Initial code for value-ptr-lite, an optional--smart-pointer crossover, github.com/martinmoene/va… … #cpp #cpp98 #cpp11
Alpha release of string_view lite, a single-file header-only version of a C++17-like string_view for C++98, C++11 and later, github.com/martinmoene/st… #cpp #cpp98 #cpp11 #cpp17
byte-lite, a single-file header-only C++17-like byte type for C++98 and later, github.com/martinmoene/by… #byte #cpp #cpp98 #cpp17
Added 1D array_view to GSL Lite, C++ Guideline support library, github.com/martinmoene/gs… #cpp #cpp98 #cpp03 #cpp11
github.com
GitHub - gsl-lite/gsl-lite: ISO C++ Core Guidelines Library implementation for C++98, C++11 up
ISO C++ Core Guidelines Library implementation for C++98, C++11 up - gsl-lite/gsl-lite
Vector of const objects giving compile error - Visit programmatic.solutions/brd2il/vector-… for the solution. #cpp #stdvector #cpp98 #programming #developer
How can I use my custom enable_if in c++98? stackoverflow.com/questions/6155… #templates #cpp98 #cpp

Added support for function objects to scope-lite under C++98. Thanks to Hayati Aygün, @h_ayguen for asking (issue 4). nonstd::scope_exit<functor<int> > guard = nonstd::make_scope_exit(functor<int>(resource)); Example: github.com/martinmoene/sc… #cpp #cplusplus #cpp98
string lite - C++ string algorithms. Implemented a bit to get a feel. Anybody willing to make initial-impression-remarks on approach, desired content, ...? Thanks in advance. github.com/martinmoene/st… #cpp #cpp98 #cpp11 #cpp14 #cpp17 #cpp20 #string
github.com
GitHub - martinmoene/string-lite: C++ string algorithm library. Note: renamed from string-bare.
C++ string algorithm library. Note: renamed from string-bare. - martinmoene/string-lite
`std::end` is provided by the <ostream> header, same as it was since #Cpp98. <iomanip> is the obvious-looking bluff. <iosfwd> was the slightly smarter bluff, for those wondering how #include <iostream> gained endl (the answer is #Cpp11). <streambuf> was the too-clever bluff ;)
There is at last, a normal remove() method in the containers in C++20 (to avoid exposition of moved from objects to the user) #cpp20 #cpp98
bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library. Extension: convert endianness. Tbh: interested to hear about the sillyness or lack thereof of my choices there :) #cpp #cpp20 #cpp98 #cpp11 #cpp14 #cpp20 #endian github.com/martinmoene/bi…
github.com
Release v0.1.0 · martinmoene/bit-lite
Initial release.
I've been brushing up on my C++ #cpp, which I haven't really used since C++98 #cpp98 (yeah, I'm that old), and a lot of things I've come to use in #Kotlin and other modem languages are in, but seeing fmt:: format made me simply say Hallelujah!
First alpha release of *scope-lite*, C++ standard libraries extensions, version 3: Generic scope and RAII Wrapper: scope_exit, scope_fail, scope_success, unique_resource for C++98, C++11 and later. #cpp #cpp98 #cpp11 #cpp14 #cpp17 github.com/martinmoene/sc…
github.com
Release 0.1.0-alpha · martinmoene/scope-lite
First alpha release of scope lite. Feedback welcome :)
Working on scope-lite – C++ standard libraries extensions, version 3: Generic scope and RAII Wrapper. github.com/martinmoene/sc… #cplusplus #cpp #cpp98 #cpp20
Released v0.1.0 of bit-lite C++20 bit operations for C++98 and later in a single-file header-only library. #cpp #cpp20 #cpp98 #cpp11 #cpp14 #cpp20 github.com/martinmoene/bi…
github.com
Release v0.1.0 · martinmoene/bit-lite
Initial release.
Started work on bit-lite – C++20 bit operations, bit_cast and endian for C++98 and later in a single-file header-only library (p0553, p0476, p0463). github.com/martinmoene/bi… #cplusplus #cpp #cpp98 #cpp20
span-lite 0.7.0 released github.com/martinmoene/sp… #cpp #cpp98 #cpp20
span-lite 0.6.0 released, thanks to @flex_ferrum github.com/martinmoene/sp… #cpp #cpp98 #cpp20
Not yet, but it does tie in to contract-related papers for Cologne that I was not overly enthusiastic about, as I thought they introduced this feature that it turns out has existed for 21 years. #Cpp98
Created nonstd-lite super project, parent of *-lite repositories, a migration path to post-C++11 features for C++98 and later, github.com/martinmoene/no… #cpp #cpp98 #cpp14 #cpp17 #cpp20
github.com
GitHub - martinmoene/nonstd-lite: Parent of *-lite repositories, a migration path to post-C++11...
Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments - martinmoene/nonstd-lite
Mathieu Ropert. Modern C++ 03 - Blog, mropert.github.io/2018/02/25/mod… - CppCon2018, youtu.be/76uHxUi6L5g #cpp #modern_cpp #cpp98
Released span-lite 0.4.0 github.com/martinmoene/sp… #cpp #cpp98 #cpp20
How can I use my custom enable_if in c++98? stackoverflow.com/questions/6155… #templates #cpp98 #cpp

Something went wrong.
Something went wrong.
United States Trends
- 1. Prince Andrew 28.2K posts
- 2. No Kings 276K posts
- 3. Duke of York 13.5K posts
- 4. Chandler Smith N/A
- 5. Zelensky 71.2K posts
- 6. #BostonBlue N/A
- 7. zendaya 9,437 posts
- 8. Andrea Bocelli 18.6K posts
- 9. #DoritosF1 N/A
- 10. Strasbourg 24.2K posts
- 11. trisha paytas 4,066 posts
- 12. #FursuitFriday 17.2K posts
- 13. #SELFIESFOROLIVIA N/A
- 14. Arc Raiders 7,125 posts
- 15. Apple TV 12.3K posts
- 16. #CashAppFriday N/A
- 17. TPOT 20 SPOILERS 10.9K posts
- 18. Trevon Diggs 1,535 posts
- 19. Karoline Leavitt 51.5K posts
- 20. My President 53.1K posts