mirror of
https://github.com/boostorg/range.git
synced 2025-09-25 16:50:57 +02:00
Fix a warning.
[SVN r23893]
This commit is contained in:
@@ -47,7 +47,7 @@ void check_char()
|
||||
typedef char char_array_t[10];
|
||||
const char* char_s = "a string";
|
||||
char my_string[] = "another string";
|
||||
const int my_string_length = 14;
|
||||
const unsigned my_string_length = 14;
|
||||
|
||||
|
||||
BOOST_STATIC_ASSERT(( is_same< value_type_of<char_iterator_t>::type,
|
||||
|
Reference in New Issue
Block a user