nholthaus / units

a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
http://nholthaus.github.io/units/
MIT License
947 stars 135 forks source link

CGS Support #205

Open ManuelMeraz opened 5 years ago

ManuelMeraz commented 5 years ago

Please include the following information in your issue:

  1. Which version of units you are using The most recent
  2. Which compiler exhibited the problem (including compiler version) N/A

Hi there,

I really like your library! I've been playing around with it, and I can't complain.

I was wondering if it'd be possible for you to add CGS support?

The work that I'm doing involves conversion between SI and CGS. In the mean time I think I can follow the documentation and add my own units. Maybe I can do a pull request and you can give me feedback?

Thanks! Manny