Warn instead of not warning in case of bugs in the use of boost::variant.master/boost-variant
commit9887d5cc0a26196587b6474fb2734aa27e4bf6e6
authorYann Dirson <ydirson@altern.org>
Wed, 6 Feb 2008 22:46:23 +0000 (6 23:46 +0100)
committerYann Dirson <ydirson@altern.org>
Wed, 6 Feb 2008 22:46:23 +0000 (6 23:46 +0100)
tree9fa24764bab2a10f7ba038b3f8f9aa3c634d10e2
parent0771c714d69ebed451c235d78453e7aa2f9d006a
Warn instead of not warning in case of bugs in the use of boost::variant.

These cases may possibly be more securely handled with static
visitors instead, but that should already be better, and less
expensive to code :).
src/board.cpp
src/game.cpp