portability section

[SVN r1884]
This commit is contained in:
Daniel Wallin
2004-01-16 17:16:21 +00:00
parent 4fecf9b81f
commit 415d809677

View File

@@ -385,6 +385,16 @@ function for our example, we need only apply
<< params[value | 0] << "\n";
}
Portability
===========
Boost.NamedParams has been confirmed to work on the following compilers:
- VC6 sp5, VC7 [#norestrict]_
- VC7.1
- GCC3.3.1 (cygwin), GCC2.95.3 (cygwin)
- Metrowerks Codewarrior xx.xx (?)
-----------------------------
.. [#forwarding] One could provide overloads for ``const`` and
@@ -409,3 +419,6 @@ function for our example, we need only apply
}
using foo_overloads::foo;
.. [#norestrict] Restrictions doesn't work on these compilers because
of lack of SFINAE support.