Daniel Pfeifer fe27879c6b cmDependsJavaParserHelper: fix dangling pointer
The cmDependsJavaParserHelper tries to implement a "deep copy" in the
assignment operator of the internal class CurrentClass.  To do that, it
uses std::copy and std::back_inserter.  The copy constructor is
implemented in terms of the assignment operator but it does not
initialize the member NestedClasses, a pointer to vector.  This pointer
is dereferenced in the assignment operator.  Change the pointer to a
value and rely on the compiler generated special functions.
2016-06-20 10:56:39 -04:00
..
2015-12-18 10:02:07 -05:00
2015-12-18 10:02:07 -05:00
2016-06-13 10:03:05 -04:00
2016-06-06 11:19:20 -04:00
2016-06-16 00:01:06 -04:00
2016-06-02 08:24:04 -04:00
2016-06-02 08:24:04 -04:00
2016-06-16 09:46:54 -04:00
2016-04-29 13:58:31 -04:00
2016-06-02 08:24:04 -04:00