From 70dd0144edbe4ea70ac3ff8d75e60e5ea572d154 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 27 Feb 2024 00:45:59 +0800 Subject: [PATCH] add issue link. --- docs/gsoc/ideas.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/gsoc/ideas.md b/docs/gsoc/ideas.md index c05cd1b0..d03095b8 100644 --- a/docs/gsoc/ideas.md +++ b/docs/gsoc/ideas.md @@ -21,6 +21,8 @@ Our goal is to introduce a pybind11 compatible solution to pocketpy as an altern for functions and classes. You can use C\+\+17 features to implement it, instead of C++11 used in pybind11. +See https://github.com/pocketpy/pocketpy/issues/216 for more details. + ### Add `numpy` module + Difficulty Level: 4/5 (Intermediate)