From 692f98d3f3e3a655dfed80c5f62ca7adfbb530aa Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 5 Jun 2014 22:47:32 +0400 Subject: [PATCH] Updated Acknowledgements section. --- doc/scoped_enum.qbk | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/scoped_enum.qbk b/doc/scoped_enum.qbk index 64050c4..3bb036a 100644 --- a/doc/scoped_enum.qbk +++ b/doc/scoped_enum.qbk @@ -148,12 +148,10 @@ such cases. [section Acknowledgments] -Thanks to Andrey Semashev for pointing out that emulation through a namespace -could not be used within classes. +This scoped enum emulation was developed by Beman Dawes, Vicente J. Botet Escriba and Anthony Williams. -Helpful comments and suggestions were also made by Kjell Elster, Phil Endecott, -Joel Falcou, Mathias Gaunard, Felipe Magno de Almeida, Matt Calabrese, Vicente -Botet, and Daniel James. +Helpful comments and suggestions were also made by Kjell Elster, Phil Endecott, Joel Falcou, Mathias Gaunard, Felipe Magno de Almeida, +Matt Calabrese, Daniel James and Andrey Semashev. [endsect]