Ion Gaztañaga
|
dd385e0ec5
|
-> Use new Boost.Move meta utilities to avoid compilation errors in old compilers.
-> Implement equality operators as friend functions to make code clearer.
|
2015-04-12 12:56:04 +02:00 |
|
Ion Gaztañaga
|
667ec0bdfc
|
Make sure boost/config.hpp is included before pragma once.
|
2015-02-01 23:15:14 +01:00 |
|
Ion Gaztañaga
|
a55b2d824d
|
Replaced _MSC_VER with BOOST_HAS_PRAGMA_ONCE before #pragma once.
|
2015-01-10 12:49:46 +01:00 |
|
Ion Gaztañaga
|
757475e59c
|
Removed trailing spaces.
|
2015-01-02 18:40:20 +01:00 |
|
Ion Gaztañaga
|
0d86ca5d80
|
Use of boost::long_long_type to avoid warnings.
|
2014-11-25 18:39:07 +01:00 |
|
Ion Gaztañaga
|
e926491606
|
Added #pragma once to headers
|
2014-10-13 22:30:28 +02:00 |
|
Ion Gaztañaga
|
a2f5d31ad3
|
Split detail/utilities.hpp into 11 headers to minimize physical coupling and header dependencies
|
2014-10-13 21:46:47 +02:00 |
|
Ion Gaztañaga
|
7ae11c3444
|
Header dependency cleanup. Removed some standard includes, splitted large "utilities" headers, and minimized algorithm dependencies.
|
2014-10-04 07:55:02 +02:00 |
|