Revert "Apply formatting/style tweaks to comply with compile time diagnostics for...
authorAdrian Bunk <bunk@debian.org>
Sun, 10 May 2020 08:39:29 +0000 (11:39 +0300)
committerGianfranco Costamagna <locutusofborg@debian.org>
Wed, 13 May 2020 17:26:42 +0000 (18:26 +0100)
commitc9f903b01a4dac24509c0d3d9f0a8b8a79fa00e6
tree8d56e1787ae728aec6e5c500125b6a2ddc0ec71c
parenta9b5f6a4b5651ea2d69ef365874e6642fd6a4582
Revert "Apply formatting/style tweaks to comply with compile time diagnostics for g++ and clang++ (#686)"

This reverts commit 0d5c57150cebb430fcc216d8066dbb28aeaafe8e.

Gbp-Pq: Name 0004-Revert-Apply-formatting-style-tweaks-to-comply-with-.patch
40 files changed:
CMakeLists.txt
include/yaml-cpp/binary.h
include/yaml-cpp/contrib/anchordict.h
include/yaml-cpp/emitter.h
include/yaml-cpp/node/detail/memory.h
include/yaml-cpp/node/detail/node.h
include/yaml-cpp/node/impl.h
include/yaml-cpp/noncopyable.h [new file with mode: 0644]
include/yaml-cpp/ostream_wrapper.h
include/yaml-cpp/parser.h
src/collectionstack.h
src/contrib/graphbuilderadapter.h
src/directives.cpp
src/emitfromevents.cpp
src/emitter.cpp
src/emitterstate.cpp
src/emitterstate.h
src/emitterutils.cpp
src/exp.h
src/node_data.cpp
src/nodebuilder.cpp
src/nodebuilder.h
src/nodeevents.cpp
src/nodeevents.h
src/ostream_wrapper.cpp
src/parser.cpp
src/ptr_vector.h
src/regex_yaml.cpp
src/regex_yaml.h
src/scanner.cpp
src/scantoken.cpp
src/setting.h
src/singledocparser.cpp
src/singledocparser.h
src/stream.cpp
src/stream.h
src/streamcharsource.h
src/tag.cpp
src/token.h
test/regex_test.cpp