mirror of
https://github.com/boostorg/wave.git
synced 2026-07-21 13:43:40 +00:00
Fix slex and lexertl example token counts for MSVC
The non-MS-extension case was updated correctly but this was missed until Appveyor CI
This commit is contained in:
@@ -51,7 +51,7 @@ namespace lexer {
|
||||
// The following numbers are the array sizes of the token regex's which we
|
||||
// need to specify to make the CW compiler happy (at least up to V9.5).
|
||||
#if BOOST_WAVE_SUPPORT_MS_EXTENSIONS != 0
|
||||
#define INIT_DATA_SIZE 175
|
||||
#define INIT_DATA_SIZE 176
|
||||
#else
|
||||
#define INIT_DATA_SIZE 159
|
||||
#endif
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace boost { namespace wave { namespace cpplexer { namespace lexertl
|
||||
// The following numbers are the array sizes of the token regex's which we
|
||||
// need to specify to make the CW compiler happy (at least up to V9.5).
|
||||
#if BOOST_WAVE_SUPPORT_MS_EXTENSIONS != 0
|
||||
#define INIT_DATA_SIZE 176
|
||||
#define INIT_DATA_SIZE 177
|
||||
#else
|
||||
#define INIT_DATA_SIZE 160
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user