mirror of
https://github.com/boostorg/regex.git
synced 2025-07-25 01:57:14 +02:00
Mostly cgg warning suppression, plus some gcc 2.95 workarounds.
[SVN r20462]
This commit is contained in:
@ -123,7 +123,7 @@ BOOST_REGEX_DECL void BOOST_REGEX_CALL put_mem_block(void* p)
|
||||
|
||||
#else
|
||||
|
||||
mem_block_cache block_cache = { 0, };
|
||||
mem_block_cache block_cache = { 0, 0, };
|
||||
|
||||
BOOST_REGEX_DECL void* BOOST_REGEX_CALL get_mem_block()
|
||||
{
|
||||
|
Reference in New Issue
Block a user