Add github link in rcp.h

This commit is contained in:
Josh Holtrop 2026-02-25 09:43:43 -05:00
parent 339f1ce9d6
commit e3cdfb1bfa

View File

@ -28,6 +28,9 @@
/**
* Reference-counting pointer.
*
* See https://github.com/holtrop/rcp for documentation, issues, and pull
* requests.
*/
template <typename T>
class rcp