Andy Maloney
|
b650bc8287
|
Modernize: Use range-based for loops for readability (#762)
Also run clang-format on these files as requested
|
2019-10-05 14:20:17 -05:00 |
|
Jesse Beder
|
06bf012d81
|
clang-format
|
2014-03-23 20:08:54 -05:00 |
|
Jesse Beder
|
9b4db068bb
|
Run clang-format
|
2014-03-22 12:49:16 -05:00 |
|
Jesse Beder
|
3e94c0a037
|
Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler)
|
2011-09-06 00:16:03 -05:00 |
|
Jesse Beder
|
f34d60ca65
|
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 |
|
Jesse Beder
|
337cb553d0
|
Fixed emitting colon at end of scalar bug
|
2010-12-03 21:52:04 +00:00 |
|
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
|
72919adf55
|
Added header file inclusion guards
|
2009-07-29 22:27:20 +00:00 |
|
Jesse Beder
|
b929eb94a0
|
Merged utf branch changes r178:187 into the trunk
|
2009-07-10 03:10:03 +00:00 |
|