#
cpp23
Here are 26 public repositories matching this topic...
c
linux
cli
freebsd
qmake
cmake
cxx
cpp
ninja
arch-linux
bsd
cpp17
clang-format
scons
void-linux
cpp20
cpp23
cxx20
auto-detection
cxx23
-
Updated
Apr 6, 2022 - Python
Clang-based tool to make all your function declarations constexpr. It relies on clang's semantic engine to check whether function declarations satisfy the requirements of a constexpr function definition.
-
Updated
Nov 26, 2020 - C++
Primer for C++ Concepts
primer
cpp
concepts
templates
constraints
generic-programming
requirements
sfinae
ranges
cpp20
type-traits
requires-clause
requires-expression
terse-syntax
standard-library-concepts
natural-syntax
concepts-in-place-syntax
adjective-syntax
yaacd
cpp23
-
Updated
May 4, 2019 - TeX
A work-in-progress C++20/23 header-only maths library for game development, embedded, kernel and general-purpose that works in constant context.
gamedev
embedded
trigonometry
math
constexpr
vector
matrix
templates
linear-algebra
modern-cpp
mathematics
kernel-mode
quaternions
cpp20
template-meta-programming
consteval
cpp23
cxx20
cxx23
constinit
-
Updated
Jan 13, 2022 - C++
Modern C++ command line tool template
-
Updated
Oct 7, 2021 - CMake
Code samples from Teach Yourself C++ In One Hour a Day, Ninth Edition by Siddhartha Rao. Released in 2022 this book uses nearly 300 code samples to explain the most modern C++ language features including C++20 and C++23
-
Updated
Jan 3, 2022 - C++
Blogging is a go!
-
Updated
Apr 11, 2022 - HTML
C++17 implementation of type erased callable types
-
Updated
Mar 20, 2020 - CMake
Kalman Filter for C++
-
Updated
Apr 10, 2022 - C++
A truly random password generator
rpg
qt
cmake
cross-platform
cpp
procedural-generation
password-generator
random
password
qtcreator
gui-application
cpp23
qt6
-
Updated
Nov 16, 2021 - C++
An implementation of std::ranges::views::slide based on P2442R1.
-
Updated
Jan 10, 2022 - C++
My learnings from the Advent of Code 2021.
-
Updated
Jan 10, 2022 - C++
C++ std::forward_list with push_back and before_end
-
Updated
Feb 5, 2022 - C++
A Basic ecs library
-
Updated
Mar 29, 2022 - C++
The "safe" void* vector, works in C++14 - 23
cpp
constexpr
vector
cpp14
data-structures
header-only
cpp17
stl-containers
cpp20
cpp23
include-only
-
Updated
Oct 29, 2021 - C++
Improve this page
Add a description, image, and links to the cpp23 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cpp23 topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Usage of the library is limited to direct inclusion of the library or users having to write CMake integration themselves.
Describe the solution you'd like
Some lean CMake support could be built-in: installation and/or inclusion.
Some documentation could be added to the project Readme page to guide users for installation