Original articles by Mark Leair, PGI Compiler Engineer
This is Part 1 of a series of articles:
#include <iostream> | |
#include "borrow_checker.hpp" | |
int main() | |
{ | |
auto i = 42; | |
// borrow `i` under name `ref` | |
borrow_var(ref, i) |
Original articles by Mark Leair, PGI Compiler Engineer
This is Part 1 of a series of articles:
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.