boost.png (6897 bytes) Home Libraries People FAQ More

PrevUpHomeNext

bad_switch

namespace boost {

class bad_switch : public std::runtime_error {};

}

Header

#include <boost/switch.hpp>

Thrown when the default case is executed and no default was provided.

Copyright © 2007 Steven Watanabe

PrevUpHomeNext