Files
yaml-cpp/include/yaml-cpp
Jens Breitbart 86c69bb73c Fixed compiler warning -Wdeprecated with clang. (#452)
* Fixed compiler warning -Wdeprecated with clang.

Starting with C++11 implicit copy-constructors are deprecated when the class
has a user defined destructor.

* Fixes -Wdocumentation warning.

yaml-cpp/parser.h:50:65: warning: parameter 'eventHandler}.' not found in the function
      declaration [-Wdocumentation]
   * Handles the next document by calling events on the {@param eventHandler}.
                                                                ^~~~~~~~~~~~~~
yaml-cpp/parser.h:50:65: note: did you mean 'eventHandler'?
   * Handles the next document by calling events on the {@param eventHandler}.
                                                                ^~~~~~~~~~~~~~
                                                                eventHandler
2017-01-04 23:54:34 -06:00
..
2014-03-22 12:49:16 -05:00
2016-03-16 10:41:12 -07:00
2016-06-12 22:10:14 -05:00
2014-03-23 20:08:54 -05:00
2015-01-24 14:47:00 -06:00
2015-04-02 20:50:11 +01:00
2014-03-22 12:49:16 -05:00
2016-04-01 17:14:59 -05:00
2015-03-29 21:27:20 -05:00
2014-03-22 12:49:16 -05:00
2014-03-23 20:08:54 -05:00
2015-01-24 12:26:16 -06:00