transparent std::array conversion (fixes #97)
diff --git a/docs/basics.rst b/docs/basics.rst
index ac7062c..7c2b4ee 100644
--- a/docs/basics.rst
+++ b/docs/basics.rst
@@ -251,6 +251,8 @@
 +------------------------+--------------------------+-----------------------+
 | std::complex<T>        | Complex numbers          | pybind11/complex.h    |
 +------------------------+--------------------------+-----------------------+
+| std::array<T, Size>    | STL static array         | pybind11/stl.h        |
++------------------------+--------------------------+-----------------------+
 | std::vector<T>         | STL dynamic array        | pybind11/stl.h        |
 +------------------------+--------------------------+-----------------------+
 | std::map<T1, T2>       | STL ordered map          | pybind11/stl.h        |