Skip to content

Instantly share code, notes, and snippets.

View kadeng's full-sized avatar

Kai Londenberg kadeng

  • Meta Inc.
  • Burgdorf, Germany
  • 16:33 (UTC +02:00)
View GitHub Profile
@kadeng
kadeng / test.cpp
Created June 27, 2024 09:57
Tracing type instantiation / declaration location
#include <iostream>
#include <sstream>
#include <cmath>
#include <typeinfo>
#define TRACEABLE_DECLARATION static constexpr int __line__ = __LINE__; static constexpr const char *__file__ = __FILE__;
#ifdef __GNUG__
#include <cxxabi.h>
#include <memory>
@kadeng
kadeng / list.md
Created October 24, 2024 05:46 — forked from ih2502mk/list.md
Quantopian Lectures Saved