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)
committerMatthias Klose <doko@ubuntu.com>
Mon, 22 Mar 2021 21:04:27 +0000 (21:04 +0000)
commitdc4cbf6e95d10639f0be48ecdf06af00c1767cd9
tree2628c1606bbcb13e652a7d6ef80707140da27b66
parent786f6a852540d2be40ebfd4afb0d31465f5ed757
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