Fix muzzled builds (#5093)
authorAndres Noetzli <andres.noetzli@gmail.com>
Fri, 18 Sep 2020 16:53:23 +0000 (09:53 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 16:53:23 +0000 (11:53 -0500)
commit39e395e08646efb2fc0e352bfc110563afbd9043
tree174c3fbcac3b81b27d1efb49b411490a3142d4ea
parente040d5e9e9d8c01138b4b961a1118b7342735d87
Fix muzzled builds (#5093)

Commit 2c2f05c moved some function
definitions from dump.h to dump.cpp, which is good. However, the
corresponding definitions for muzzled builds weren't moved, so muzzled builds
defined the operator << multiple times. This made our nightly
competition build fail. This commit fixes the issue by moving the
alternative definitions to the source file as well.
src/smt/dump.cpp
src/smt/dump.h