xo-tokenizer: move to scm ns + print() diagnostic
This commit is contained in:
parent
0af24e9a2c
commit
2d0336058e
8 changed files with 49 additions and 19 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include <new>
|
||||
|
||||
namespace xo {
|
||||
namespace tok {
|
||||
namespace scm {
|
||||
/**
|
||||
* @class buffer buffer.hpp
|
||||
*
|
||||
|
|
@ -318,7 +318,7 @@ namespace xo {
|
|||
swap(buffer<CharT> & lhs, buffer<CharT> & rhs) {
|
||||
lhs.swap(rhs);
|
||||
}
|
||||
} /*namespace tok*/
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end buffer.hpp */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue