Abel Sinkovics
Abel Sinkovics
With safe_printf in its current form you can easily replace it with the original printf if you want to compile quickly. Extra type conversions based on the format string would...
Templight's interactive interface is incomplete and is not really maintained. Have you tried Metashell's MDB? http://metashell.org/manual/getting_started/index.html#using-the-metadebugger It provides an interactive interface for templight.
Hi, I'm aware of this limitation and I'm planning to provide a higher limit after the Boost 1.61 release (the first one containing Metaparse).
Yes, and it looks like the diagrams need to be updated as well. I'll fix these after the review (once the xxx part of the BOOST_xxx names have been chosen...
This is a good idea, but the unevaluated context is the original purpose of `BOOST_METAPARSE_STRING` (Boost.Metaparse is for parsing with template metaprograms). ˋBOOST_METAPARSE_STRING_VALUEˋ is a nice to have feature on...
Hi, This is a good direction, the library would benefit from such a new interface. Have you considered an example which is more complex than the regex one? For example...