Boost C++ Libraries: Ticket #6818: Tuple subscripting https://svn.boost.org/trac10/ticket/6818 <p> There is a way to put off ugly get&lt;N&gt;(tpl) and replace it by tpl[N_t] using templated-user-defined literals. It would be great to add this feature into corresponding library. In attached file you could find implementation of it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6818 Trac 1.4.3 d.starosud@… Sat, 21 Apr 2012 16:05:08 GMT attachment set https://svn.boost.org/trac10/ticket/6818 https://svn.boost.org/trac10/ticket/6818 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">tuple_subscript.h</span> </li> </ul> Ticket d.starosud@… Sat, 21 Apr 2012 16:05:29 GMT attachment set https://svn.boost.org/trac10/ticket/6818 https://svn.boost.org/trac10/ticket/6818 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">main.cpp</span> </li> </ul> Ticket