|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72272 - branches/release/boost/uuid
From: atompkins_at_[hidden]
Date: 2011-05-29 20:41:39
Author: atompkins
Date: 2011-05-29 20:41:38 EDT (Sun, 29 May 2011)
New Revision: 72272
URL: http://svn.boost.org/trac/boost/changeset/72272
Log:
Ticket #4991
Text files modified:
branches/release/boost/uuid/seed_rng.hpp | 1 -
branches/release/boost/uuid/string_generator.hpp | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
Modified: branches/release/boost/uuid/seed_rng.hpp
==============================================================================
--- branches/release/boost/uuid/seed_rng.hpp (original)
+++ branches/release/boost/uuid/seed_rng.hpp 2011-05-29 20:41:38 EDT (Sun, 29 May 2011)
@@ -24,7 +24,6 @@
#include <boost/config.hpp>
#include <cstring> // for memcpy
#include <limits>
-#include <memory.h>
#include <ctime> // for time_t, time, clock_t, clock
#include <cstdlib> // for rand
#include <cstdio> // for FILE, fopen, fread, fclose
Modified: branches/release/boost/uuid/string_generator.hpp
==============================================================================
--- branches/release/boost/uuid/string_generator.hpp (original)
+++ branches/release/boost/uuid/string_generator.hpp 2011-05-29 20:41:38 EDT (Sun, 29 May 2011)
@@ -41,7 +41,7 @@
template <typename ch, typename char_traits, typename alloc>
uuid operator()(std::basic_string<ch, char_traits, alloc> const& s) const {
return operator()(s.begin(), s.end());
- };
+ }
uuid operator()(char const*const s) const {
return operator()(s, s+std::strlen(s));
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk