Boost C++ Libraries: Ticket #4651: storage.hpp & borland https://svn.boost.org/trac10/ticket/4651 <p> storage.hpp &amp; borland when using lu.hpp Hello! I've found two incompatibilities when use boost-1.44.0 lu.hpp and Boland C++ Builder 2009 (Update 4). Borland compiler messages are below. [BCC32 Error] storage.hpp(1061): E2102 Cannot use template 'basic_range&lt;Z,D&gt;' without specifying specialization parameters [BCC32 Error] storage.hpp(1076): E2034 Cannot convert 'int' to 'range' It works after 2 replaces: storage.hpp(1061) -return basic_range (NULL, size); +return basic_range&lt;Z,D&gt; (NULL, size); storage.hpp(1076) -const basic_range&lt;Z,D&gt; basic_range&lt;Z,D&gt;::all_ (0, size_type (-1)); +const basic_range&lt;Z,D&gt; basic_range&lt;Z,D&gt;::all_ (basic_range&lt;Z,D&gt;(),size_type(-1));<em> (0, size_type (-1)); </em></p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4651 Trac 1.4.3 Steven Watanabe Thu, 16 Sep 2010 15:20:21 GMT owner, component changed https://svn.boost.org/trac10/ticket/4651#comment:1 https://svn.boost.org/trac10/ticket/4651#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Gunter</span> </li> <li><strong>component</strong> <span class="trac-field-old">numeric</span> → <span class="trac-field-new">uBLAS</span> </li> </ul> Ticket