diff --git a/doc/v2/containers.html b/doc/v2/containers.html index d48afc9d..b2e0352f 100755 --- a/doc/v2/containers.html +++ b/doc/v2/containers.html @@ -1456,7 +1456,17 @@ template<typename P> struct deref {

- It is possible to use the suite without partial template + Note: the suite hasn't yet been tested on a compiler + without partial template specialization support. If you have any + results with such a compiler (good or bad) please report them on + the mailing list for the Python C++-SIG. + +

+ +

+ + It should be possible to use the suite without partial template specialization support. However, the algo_selector template will not work, which also means that the default template parameter for container_suite won't