Changed some debug text
This commit is contained in:
parent
c26daee2cf
commit
9408f3cbae
1 changed files with 2 additions and 2 deletions
|
|
@ -108,10 +108,10 @@ struct expr_t::token_t : public noncopyable
|
||||||
std::size_t length;
|
std::size_t length;
|
||||||
|
|
||||||
explicit token_t() : kind(UNKNOWN), length(0) {
|
explicit token_t() : kind(UNKNOWN), length(0) {
|
||||||
TRACE_CTOR(token_t, "");
|
TRACE_CTOR(expr_t::token_t, "");
|
||||||
}
|
}
|
||||||
~token_t() throw() {
|
~token_t() throw() {
|
||||||
TRACE_DTOR(token_t);
|
TRACE_DTOR(expr_t::token_t);
|
||||||
}
|
}
|
||||||
|
|
||||||
token_t& operator=(const token_t& other) {
|
token_t& operator=(const token_t& other) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue