parent
29a6031cea
commit
99ff242dde
|
@ -84,11 +84,10 @@ void throwexception2(int * buf)
|
||||||
|
|
||||||
void macros()
|
void macros()
|
||||||
{
|
{
|
||||||
#define DECL(z, n, text) text ## n = n;
|
#define DECL(z, n, text) text ## n = n;
|
||||||
BOOST_PP_REPEAT(5, DECL, int x)
|
BOOST_PP_REPEAT(5, DECL, int x)
|
||||||
|
|
||||||
BOOST_SCOPED_ENUM_DECLARE_BEGIN(future_errc)
|
BOOST_SCOPED_ENUM_DECLARE_BEGIN(future_errc) {
|
||||||
{
|
|
||||||
no_state
|
no_state
|
||||||
}
|
}
|
||||||
BOOST_SCOPED_ENUM_DECLARE_END(future_errc)
|
BOOST_SCOPED_ENUM_DECLARE_END(future_errc)
|
||||||
|
|
Loading…
Reference in New Issue