osh.h

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

commit fdcf1e2e1a12b1cf8d857db4bf7bf45f6ee6363a
parent 9caa86436efcc9c8e82d6e08320f93a153d737e7
Author: Oshgnacknak <osh@oshgnacknak.de>
Date:   Sun, 23 Jan 2022 18:02:21 +0100

Move OSH_H_IMPLEMENTATION to the bottom

Diffstat:
Mexamples/auto_destruct.cpp | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/auto_destruct.cpp b/examples/auto_destruct.cpp @@ -1,4 +1,3 @@ -#define OSH_H_IMPLEMENTATION #include "osh.h" using namespace osh; @@ -43,3 +42,6 @@ int main() { return 0; } + +#define OSH_H_IMPLEMENTATION +#include "osh.h"