Skip to content

Instantly share code, notes, and snippets.

View szkristof32's full-sized avatar

szkristof szkristof32

  • Budapest, Hunagary
View GitHub Profile
@szkristof32
szkristof32 / pch.h
Last active March 23, 2026 21:21
My standard pch.h file
#pragma once
#include <algorithm>
#include <any>
#include <array>
#include <bit>
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <cstdlib>