From 3911d7a669923c52fa2d75f89d3e21550ea9408b Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 12 May 2009 11:05:39 +0000 Subject: [PATCH] Add acknowledgments [SVN r52934] --- include/boost/detail/scoped_enum_emulation.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/detail/scoped_enum_emulation.hpp b/include/boost/detail/scoped_enum_emulation.hpp index c008b4e..644c138 100644 --- a/include/boost/detail/scoped_enum_emulation.hpp +++ b/include/boost/detail/scoped_enum_emulation.hpp @@ -20,6 +20,10 @@ // The emulation is via struct rather than namespace to allow use within classes. // Thanks to Andrey Semashev for pointing that out. // +// Helpful comments and suggestions were also made by Kjell Elster, Phil Endecott, +// Joel Falcou, Mathias Gaunard, Felipe Magno de Almeida, Matt Calabrese, Vincente +// Botet, and Daniel James. +// // Sample usage: // // BOOST_SCOPED_ENUM_START(algae) { green, red, cyan }; BOOST_SCOPED_ENUM_END