Ion Gaztañaga
|
01deaa2de0
|
Use internal typedef when passing allocator as argument.
|
2015-12-25 13:26:20 +01:00 |
|
Ion Gaztañaga
|
22f1d32f7b
|
Addd new constructors to containers, according to C++14's new constructors taking allocator arguments.
|
2015-02-03 14:08:29 +01: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
|
3025cc41b6
|
Replace "boost/move/utility.hpp" with "boost/move/utility_core.hpp" to minimize dependencies.
|
2014-09-17 23:36:23 +02:00 |
|
Ion Gaztañaga
|
f213f55f20
|
Includes: Updated detail/xxx.hpp includes to core/xxx.hpp, added some missing move/traits.hpp and removed some unused ones.
|
2014-09-17 21:49:47 +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 |
|