The Wayback Machine - https://web.archive.org/web/20210726115259/https://github.com/topics/cpp17-library
Here are
95 public repositories
matching this topic...
A lightweight and very fast event bus / event framework for C++17
match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.
Microbenchmarking for Modern C++
C++ STL in the Windows Kernel with C++ Exception Support
monolish: MONOlithic LIner equation Solvers for Highly-parallel architecture
A high performance/ real-time C++ Kafka streams framework (C++17)
Very fast synchronous C++17 logging library
Universal C++ RunTime (UCXXRT)
mathiu : a simple computer algebra system in C++.
C++17 string with fixed size
Safe and easy to use C++17 HTTP client library.
Game engine designed for programmers and aiming at strategy games.
Container Traits for Modern C++
parser combinator and AST generator in c++17
SA:MP Plugin Template Library
Probably the most convenient & powerful C++ base64 library.
C++ smart pointer type with small buffer storage
NesDev is a modular cycle-accurate NES emulator development toolkit for C++.
🛩️ A cross-platform C++ system tray library
Library to detect whether movement can be detected between two images or video frames.
🛰️ A cross-platform C++ webview library
Makes my C++ projects easier and faster to develop
A tool for LDLf translation to DFA and for LDLf synthesis.
A simple, easy-to-use and fast C++ library to open and read FBX binary files.
Blazing fast, lightweight, safe, heapless, non-templated and header-only replacement for std::function for C++ 17 and beyond.
Improve this page
Add a description, image, and links to the
cpp17-library
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
cpp17-library
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
It could be conceivable that, if an error handler is called and replacement is happening, replacement characters may be inserted into the stream which may need additional state information. Does this mean
encode_state
anddecode_state
need to be (required) parameters toreplacement_code_units
,replacement_code_points
,maybe_replacement_code_units
, andmaybe_replacement_code_points
?