From 920a874e3af3600865626f6b8c64682e6587c9b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?=
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
.