mirror of
https://github.com/boostorg/utility.git
synced 2025-08-03 06:44:37 +02:00
portability section
[SVN r1884]
This commit is contained in:
@@ -385,6 +385,16 @@ function for our example, we need only apply
|
|||||||
<< params[value | 0] << "\n";
|
<< 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
|
.. [#forwarding] One could provide overloads for ``const`` and
|
||||||
@@ -409,3 +419,6 @@ function for our example, we need only apply
|
|||||||
}
|
}
|
||||||
using foo_overloads::foo;
|
using foo_overloads::foo;
|
||||||
|
|
||||||
|
.. [#norestrict] Restrictions doesn't work on these compilers because
|
||||||
|
of lack of SFINAE support.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user