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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user