2
0
mirror of https://github.com/boostorg/foreach.git synced 2026-02-03 09:12:08 +00:00

Full merge from trunk at revision 41356 of entire boost-root tree.

[SVN r41370]
This commit is contained in:
Beman Dawes
2007-11-25 18:38:02 +00:00
parent 2939f6f447
commit ebd9d7994e
10 changed files with 20 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ typedef int const &foreach_const_reference_type;
#include "./utility.hpp"
///////////////////////////////////////////////////////////////////////////////
// define come containers
// define some containers
//
int my_array[5] = { 1,2,3,4,5 };
int const (&my_const_array)[5] = my_array;