summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide/07-autodiff.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user-guide/07-autodiff.md b/docs/user-guide/07-autodiff.md
index 0664d2499..2a766e1c0 100644
--- a/docs/user-guide/07-autodiff.md
+++ b/docs/user-guide/07-autodiff.md
@@ -167,6 +167,9 @@ interface IDifferentiablePtrType
}
```
+> #### Note ####
+> Support for `IDifferentiablePtrType` is still experimental.
+
Types should not conform to both `IDifferentiablePtrType` and `IDifferentiable`. Such cases will result in a compiler error.