Skip to content
Snippets Groups Projects

Change referenced item list policy

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -46,7 +46,7 @@ struct real
>,
opt< exponent >
>,
seq< plus< digit, exponent > >
seq< plus< digit > , exponent >
>{};
struct escaped_c : one< '\'', '"', '?', '\\', 'a', 'b', 'f', 'n', 'r', 't', 'v' > {};
Loading