Comments on: Fixed Point Decimal Class for C++ http://www.wildgardenseed.com/Taj/blog/2007/06/17/fixed-point-decimal-class-for-c/ Life, The Universe, and Everything through an ADSL connection. Mon, 21 May 2012 19:37:10 +0000 http://wordpress.org/?v=2.1.3 By: Joseph Garvin http://www.wildgardenseed.com/Taj/blog/2007/06/17/fixed-point-decimal-class-for-c/#comment-30409 Joseph Garvin Sun, 24 Jun 2007 17:28:48 +0000 http://www.wildgardenseed.com/Taj/blog/2007/06/17/fixed-point-decimal-class-for-c/#comment-30409 I'm not sure if it's the case for that class specifically in boost, but the vast majority of boost libraries are header only templates. These are statically compiled in (so they aren't a packaging concern) and you only 'link' against the templates you actually instantiate (so it wouldn't bloat the executable either). So I wouldn't really be concerned about the dependency. I’m not sure if it’s the case for that class specifically in boost, but the vast majority of boost libraries are header only templates. These are statically compiled in (so they aren’t a packaging concern) and you only ‘link’ against the templates you actually instantiate (so it wouldn’t bloat the executable either). So I wouldn’t really be concerned about the dependency.

]]>