$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Mazakas (christian.mazakas_at_[hidden])
Date: 2024-02-27 22:25:19
And for what it's worth, I'm using clangd as well.
You can get better intellisense by doing like this:
metadata& md = _globals(ctx);
std::string_view sv = _attr(ctx);
This isn't the most ideal because I'd rather use type deduction here
but overall, I can't complain too badly.
- Christian