forked from boostorg/config
made local variables static, so that the code can be reused by regex_config_info.
[SVN r19316]
This commit is contained in:
@@ -18,8 +18,8 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
unsigned int indent = 4;
|
static unsigned int indent = 4;
|
||||||
unsigned int width = 40;
|
static unsigned int width = 40;
|
||||||
|
|
||||||
using std::cout;
|
using std::cout;
|
||||||
using std::istream;
|
using std::istream;
|
||||||
|
Reference in New Issue
Block a user