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>
Thu, 14 May 2020 08:29:07 +0000 (09:29 +0100)
commit20b57550c6940afd4613aab08d00f96fed2799dd
treec033b520eef7d1a851cf89474751edd45a463545
parentf97c5cd1964f306835c7262cc7fc8c52e32e380c
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