The following both cause yaml-cpp to choke
&a b: c
!a b: c
(it spits out the error "illegal map value").
The problem is that it invalidates the potential simple key that was
created at the `&a` token when it reaches the `b` token.
Original issue reported on code.google.com by jbe...@gmail.com on 5 Sep 2009 at 2:59
Original issue reported on code.google.com by
jbe...@gmail.com
on 5 Sep 2009 at 2:59