Add acknowledgments

[SVN r52934]
This commit is contained in:
Beman Dawes
2009-05-12 11:05:39 +00:00
parent 23850d984a
commit 3911d7a669

View File

@@ -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