Skip to content

Instantly share code, notes, and snippets.

View isidorostsa's full-sized avatar
💭
Sleeping

Isidoros isidorostsa

💭
Sleeping
View GitHub Profile
@isidorostsa
isidorostsa / .cpp
Last active June 19, 2023 12:23
Playing with lifetimes
#include <hpx/init.hpp>
#include <hpx/algorithms/traits/is_trivially_relocatable.hpp>
#include <hpx/parallel/algorithms/relocate_at.hpp>
#include <iostream>
#include <alloca.h>
struct A {
char name;