forked from boostorg/regex
Change detail namespace.
Big search and replace to change name of internal namepace so it's mangled with the Boost version number - the aim is to reduce the chances of mixing different header and library versions.
This commit is contained in:
@ -75,7 +75,7 @@ void generate_code()
|
||||
std::cout << "};\n\n";
|
||||
|
||||
// now the iterator table:
|
||||
std::cout << "static const re_detail::character_pointer_range<" << g_char_type << "> range_data[] = {\n";
|
||||
std::cout << "static const BOOST_REGEX_DETAIL_NS::character_pointer_range<" << g_char_type << "> range_data[] = {\n";
|
||||
std::size_t index = 0;
|
||||
for(i = g_table.begin(), j = g_table.end(); i != j; ++i)
|
||||
{
|
||||
|
Reference in New Issue
Block a user