Jesse Beder
|
81c2e6b6ca
|
Converted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list)
|
2009-08-19 20:58:07 +00:00 |
|
Jesse Beder
|
9b78bd459b
|
Fixed hex output in emitter (should be always two hex chars)
|
2009-07-26 07:57:22 +00:00 |
|
Jesse Beder
|
b929eb94a0
|
Merged utf branch changes r178:187 into the trunk
|
2009-07-10 03:10:03 +00:00 |
|
Jesse Beder
|
9245f9253a
|
Merged emitter branch into trunk, changes r105:r151
|
2009-05-22 21:52:31 +00:00 |
|