From 415d809677fecc42c4423f6cde692e854440cc02 Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Fri, 16 Jan 2004 17:16:21 +0000 Subject: [PATCH] portability section [SVN r1884] --- doc/named_params.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/named_params.rst b/doc/named_params.rst index e78a959..4beabd2 100755 --- a/doc/named_params.rst +++ b/doc/named_params.rst @@ -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. +