diff --git a/doc/examples.html b/doc/examples.html index 39d58f6..5101b37 100644 --- a/doc/examples.html +++ b/doc/examples.html @@ -174,9 +174,9 @@ involves having the manufactures stored in a separate struct car_model { - std::string model; - car_manufacturer* manufacturer; - int price; + std::string model; + const car_manufacturer* manufacturer; + int price; }; @@ -222,7 +222,7 @@ of its associated car_manufacturer can be accomplished with
 key_from_key<
   member<car_manufacturer,const std::string,&car_manufacturer::name>,
-  member<car_model,const car_manufacturer *,car_model::manufacturer>
+  member<car_model,const car_manufacturer *,&car_model::manufacturer>
 >
 
@@ -450,9 +450,9 @@ Tests
-

Revised May 26th 2009

+

Revised November 18th 2019

-

© Copyright 2003-2009 Joaquín M López Muñoz. +

© Copyright 2003-2019 Joaquín M López Muñoz. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/release_notes.html b/doc/release_notes.html index 7807809..7510bad 100644 --- a/doc/release_notes.html +++ b/doc/release_notes.html @@ -72,6 +72,7 @@ Acknowledgements in accordance with standard specifications in [swappable.requirements] (issue #29). +

  • Maintenance work.
  • @@ -649,7 +650,7 @@ Acknowledgements
    -

    Revised November 9th 2019

    +

    Revised November 18th 2019

    © Copyright 2003-2019 Joaquín M López Muñoz. Distributed under the Boost Software