Commit Graph

11 Commits

Author SHA1 Message Date
Giel van Schijndel
595390497c Add constexpr support
Ensuring that:
 * it still works as before on C++98 and C++03
 * C++11 "strict" constexpr is used where possible
  - requires replacing { R x; return f(x); } with { return f(R()); }
 * C++14 "relaxed" constexpr is used only where otherwise impossible
  - assignment operators
  - functions who's implementations require more than a single return
    statement
2016-08-15 00:14:14 +02:00
Steven Watanabe
54c596ab5c Merge the units/autoprefix branch back to the trunk. Fixes #3660. Fixes #3707
[SVN r62532]
2010-06-07 23:49:52 +00:00
Steven Watanabe
c0def9821b Removed is_implicitly_convertible
[SVN r46151]
2008-06-05 02:54:01 +00:00
Matthias Schabel
e4bcde0076 *** MAJOR ***
potentially breaking changes : rename SI/CGS namespaces to lowercase
remove some non-SI units (mostly obscure)

move base_units into boost/units
move physical_dimensions into boost/units
improved base_units for non-SI 

[SVN r45508]
2008-05-19 00:30:13 +00:00
Matthias Schabel
80ffd42077 update copyright notices, minor fixes in non-SI units
[SVN r45390]
2008-05-15 15:39:02 +00:00
Matthias Schabel
f587a0033c examples and test run
[SVN r4381]
2007-05-31 16:46:48 +00:00
Steven Watanabe
d4a46a4bec New System Implemetation
[SVN r4228]
2007-05-24 20:45:58 +00:00
Matthias Schabel
b7b12ec06b change base dimension syntax
[SVN r3925]
2007-04-10 23:13:05 +00:00
Steven Watanabe
71b626dcde Removed non-existant CGS units
[SVN r3902]
2007-04-04 23:50:22 +00:00
Matthias Schabel
347b5210a2 improve SI compliance
[SVN r3875]
2007-04-03 17:12:57 +00:00
Steven Watanabe
37cfe9fbbd Initial revision
[SVN r3788]
2007-03-16 18:29:12 +00:00