The example program parsing_into_a_class.cpp compiles correctly under MSVC but does not execute correctly.
I was able to get the first parser (string_uint_unit) in the example to execute correctly if I enclosed it inside the string_view directive.
Also, the second parser (uint_string) does not execute correctly.