diff --git a/doc/portability.html b/doc/portability.html index 70b5750..9f35bf5 100755 --- a/doc/portability.html +++ b/doc/portability.html @@ -20,8 +20,9 @@
A huge effort has been made to port the library to as many compilers as possible. - The results of the test-suites can be found here. -
+Full support for built-in arrays require that the compiler supports class @@ -44,21 +45,25 @@
begin()
, end()
and
iterator_range
Range constructors and assignment operators,
-
const_begin()
+ and const_end()
+ whenever your code by intention is read-only; this will also solve
+ most rvalue problems,
+ boost
,
+ put all overloads in namespace boost
.