Ion Gaztañaga
|
ee998fb5b1
|
Remove uninitialized variable warnings
|
2015-06-12 23:51:02 +02:00 |
|
Ion Gaztañaga
|
360957a797
|
Massive dependency reduction. Removed dependency on several boost libraries and standard C++ headers.
|
2015-01-02 19:34:21 +01:00 |
|
Ion Gaztañaga
|
d19b012d53
|
Reduced include dependencies:
- Replaced boost/move/move.hpp with boost/move/utility_core.hpp
- Replaces <new> with placement_new.hpp
- Removed some unneeded std includes.
|
2014-09-26 08:12:40 +02:00 |
|
Ion Gaztañaga
|
8c1bfe2881
|
Removed trailing whitespaces
|
2014-05-28 15:50:13 +02:00 |
|
Ion Gaztañaga
|
41c2056ec6
|
- Modified relational operators to be friend inline definitions. This allows compilation checking when instantiating classes, avoids predeclarations and results in less verbose code.
- First to make associative containers' tree implementation configurable.
|
2013-12-23 23:34:28 +01:00 |
|