Skip to content

Commit

Permalink
fixed #45
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquintides committed Jul 8, 2021
1 parent 436c60c commit 3dad7f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions doc/release_notes.html
Expand Up @@ -30,6 +30,7 @@ <h1><img src="../../../boost.png" alt="boost.png (6897 bytes)" align=
<h2>Contents</h2>

<ul>
<li><a href="#boost_1_77">Boost 1.77 release</a></li>
<li><a href="#boost_1_74">Boost 1.74 release</a></li>
<li><a href="#boost_1_73">Boost 1.73 release</a></li>
<li><a href="#boost_1_71">Boost 1.71 release</a></li>
Expand Down Expand Up @@ -63,6 +64,14 @@ <h2>Contents</h2>
<li><a href="#boost_1_33">Boost 1.33 release</a></li>
</ul>

<h2><a name="boost_1_77">Boost 1.77 release</a></h2>

<p>
<ul>
<li>Maintenance work.</li>
</ul>
</p>

<h2><a name="boost_1_74">Boost 1.74 release</a></h2>

<p>
Expand Down Expand Up @@ -675,9 +684,9 @@ <h2><a name="boost_1_33">Boost 1.33 release</a></h2>

<br>

<p>Revised June 6th 2020</p>
<p>Revised July 8th 2021</p>

<p>&copy; Copyright 2003-2020 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
<p>&copy; Copyright 2003-2021 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
Distributed under the Boost Software
License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
Expand Down
4 changes: 2 additions & 2 deletions test/test_composite_key.cpp
@@ -1,6 +1,6 @@
/* Boost.MultiIndex test for composite_key.
*
* Copyright 2003-2018 Joaquin M Lopez Munoz.
* Copyright 2003-2021 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
Expand Down Expand Up @@ -326,7 +326,7 @@ struct modulo_equal

struct xystr
{
xystr(int x_=0,int y_=0,std::string str_=0):x(x_),y(y_),str(str_){}
xystr(int x_=0,int y_=0,std::string str_=""):x(x_),y(y_),str(str_){}

int x;
int y;
Expand Down

0 comments on commit 3dad7f3

Please sign in to comment.