jbeder
|
e227456982
|
Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4)
|
2011-03-02 06:11:41 +00:00 |
|
jbeder
|
7e3c476ba8
|
Fixed emitting colon at end of scalar bug
|
2010-12-03 21:52:04 +00:00 |
|
jbeder
|
903b2d6d5a
|
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 |
|
jbeder
|
543d9f9730
|
Added header file inclusion guards
|
2009-07-29 22:27:20 +00:00 |
|
jbeder
|
876f11e990
|
Merged utf branch changes r178:187 into the trunk
|
2009-07-10 03:10:03 +00:00 |
|