osh.h

My personal stdc++ replacement
git clone git://git.oshgnacknak.de/osh.h.git
Log | Files | Refs

commit 272fb3f9c4d47cfba81a16fe5d3ebccc7c2d323b
parent 24a90f39dbb2e8d7aa89dafd782a6c514774725e
Author: Oshgnacknak <osh@oshgnacknak.de>
Date:   Fri, 17 Dec 2021 23:10:10 +0100

Hint that char* are handled differently

Diffstat:
Mexamples/print.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/print.cpp b/examples/print.cpp @@ -38,7 +38,7 @@ int main() { long double ld = 1.141592653589793; osh::println("Printing long double: ", ld); - osh::println("Printing a pointer to anythink: ", + osh::println("Printing a pointer to anythink (excluding char*): ", &i, ", ", &si, ", ", &li, ", ",