A repository where I'll put experiments learning, proving or disproving things about C++. These experiments will feature measurements, use Tracy to show behavior, and generally have the goal of simplifying normal C++ usage.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Zed A. Shaw c800ddb348 Better version that still has both functions, but asserts a warning when misused, or you can implement it if you need. 2 months ago
..
fix1.cpp Two possible ways to fix drawable to avoid the const problem, but not quite right. 2 months ago
fix1.hpp Two possible ways to fix drawable to avoid the const problem, but not quite right. 2 months ago
fix2.cpp Better version that still has both functions, but asserts a warning when misused, or you can implement it if you need. 2 months ago
fix2.hpp Actually this works, so...yeah why don't they just do this? 2 months ago
original.cpp Two possible ways to fix drawable to avoid the const problem, but not quite right. 2 months ago
original.hpp Original should be the name of the starting point for this experiment. 2 months ago