mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
Add note in workarounds section about not having been tested
[SVN r20313]
This commit is contained in:
@@ -1456,7 +1456,17 @@ template<typename P> struct deref {
|
||||
|
||||
<p>
|
||||
|
||||
It is possible to use the suite without partial template
|
||||
<b>Note:</b> 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 <a
|
||||
href="http://www.python.org/sigs/c++-sig/">Python C++-SIG</a>.
|
||||
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
It should be possible to use the suite without partial template
|
||||
specialization support. However, the <code>algo_selector</code>
|
||||
template will not work, which also means that the default
|
||||
template parameter for <code>container_suite</code> won't
|
||||
|
||||
Reference in New Issue
Block a user