Home | History | Annotate | Download | only in src

Lines Matching refs:logic_error

99 logic_error::logic_error(const string& msg)
105 logic_error::logic_error(const char* msg)
111 logic_error::logic_error(const logic_error& le) _NOEXCEPT
117 logic_error&
118 logic_error::operator=(const logic_error& le) _NOEXCEPT
128 logic_error::~logic_error() _NOEXCEPT
135 logic_error::what() const _NOEXCEPT