blueloveTH %!s(int64=2) %!d(string=hai) anos
pai
achega
89f18c1b2a
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      docs/quick-start/bind.md

+ 7 - 1
docs/quick-start/bind.md

@@ -108,4 +108,10 @@ struct Point {
     }));
   }
 };
-```
+```
+
+### Old style binding
+
+You may see somewhere in the code that `vm->bind_method<>` or `vm->bind_func<>` is used.
+They are old style binding functions and are deprecated.
+You should use `vm->bind` instead.