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 @@

  1. - do not use built-in arrays + do not use built-in arrays,
  2. do not pass rvalues to begin(), end() and iterator_range Range constructors and assignment operators, -
  3. + use const_begin() + and const_end() + whenever your code by intention is read-only; this will also solve + most rvalue problems, +
  4. do not rely on ADL: