107 lines
5.7 KiB
HTML
107 lines
5.7 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>Trac Tickets</title>
|
||
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
|
||
<link rel="up" href="../circular_buffer.html" title="Chapter 8. Boost.Circular Buffer">
|
||
<link rel="prev" href="template_params.html" title="Template Parameters">
|
||
<link rel="next" href="release.html" title="Release Notes">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<table cellpadding="2" width="100%"><tr>
|
||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
|
||
<td align="center"><a href="../../../index.html">Home</a></td>
|
||
<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
|
||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||
<td align="center"><a href="../../../more/index.htm">More</a></td>
|
||
</tr></table>
|
||
<hr>
|
||
<div class="spirit-nav">
|
||
<a accesskey="p" href="template_params.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../circular_buffer.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="release.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
|
||
</div>
|
||
<div class="section">
|
||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||
<a name="circular_buffer.tickets"></a><a class="link" href="tickets.html" title="Trac Tickets">Trac Tickets</a>
|
||
</h2></div></div></div>
|
||
<p>
|
||
Report and view bugs and features by adding a ticket at <a href="https://svn.boost.org/trac/boost" target="_top">Boost.Trac</a>.
|
||
</p>
|
||
<p>
|
||
Existing open tickets for this library alone can be viewed <a href="https://svn.boost.org/trac/boost/query?status=assigned&status=new&status=reopened&component=circular_buffer&col=id&col=summary&col=status&col=owner&col=type&col=milestone&order=priority" target="_top">here</a>.
|
||
Existing tickets for this library - including closed ones - can be viewed
|
||
<a href="https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=circular_buffer&col=id&col=summary&col=status&col=owner&col=type&col=milestone&order=priority" target="_top">here</a>.
|
||
</p>
|
||
<p>
|
||
Type: Bugs
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/4100" target="_top">#4100</a> Some
|
||
boost classes have sizeof that depends on NDEBUG.
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/5362" target="_top">#5362</a> circular_buffer
|
||
does not compile with BOOST_NO_EXCEPTIONS.
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/6277" target="_top">#6277</a> Checked
|
||
iterators are not threadsafe.
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/6747" target="_top">#6747</a> Circular_Buffer
|
||
/ Bounded_Buffer inside Template class problem.
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/7025" target="_top">#7025</a> circular
|
||
buffer reports warning: " type qualifiers ignored on function return type"
|
||
while compile.
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/7950" target="_top">#7950</a> Eliminate
|
||
W4-warnings under VS2005.
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/8012" target="_top">#8012</a> Inconsistency
|
||
in <code class="computeroutput"><span class="identifier">linearize</span><span class="special">()</span></code>.
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/8438" target="_top">#8438</a> <code class="computeroutput"><span class="identifier">vector</span></code> & <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code>
|
||
storage misbehave when using compiler optimizations.
|
||
</p>
|
||
<p>
|
||
Type: Feature Requests
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/5511" target="_top">#5511</a> Documentation
|
||
needs some improvement.
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/7888" target="_top">#7888</a> circular_buffer
|
||
should support move semantics.
|
||
</p>
|
||
<p>
|
||
Type: Patches
|
||
</p>
|
||
<p>
|
||
<a href="https://svn.boost.org/trac/boost/ticket/8032" target="_top">#8032</a> Warning
|
||
fixes in circular_buffer.
|
||
</p>
|
||
</div>
|
||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||
<td align="left"></td>
|
||
<td align="right"><div class="copyright-footer">Copyright © 2003-2013 Jan Gaspar<p>
|
||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||
</p>
|
||
</div></td>
|
||
</tr></table>
|
||
<hr>
|
||
<div class="spirit-nav">
|
||
<a accesskey="p" href="template_params.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../circular_buffer.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="release.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
|
||
</div>
|
||
</body>
|
||
</html>
|