|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50974 - trunk/boost/flyweight
From: joaquin_at_[hidden]
Date: 2009-02-02 14:50:05
Author: joaquin
Date: 2009-02-02 14:50:03 EST (Mon, 02 Feb 2009)
New Revision: 50974
URL: http://svn.boost.org/trac/boost/changeset/50974
Log:
added missing std::
Text files modified:
trunk/boost/flyweight/intermodule_holder.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/flyweight/intermodule_holder.hpp
==============================================================================
--- trunk/boost/flyweight/intermodule_holder.hpp (original)
+++ trunk/boost/flyweight/intermodule_holder.hpp 2009-02-02 14:50:03 EST (Mon, 02 Feb 2009)
@@ -157,7 +157,7 @@
{
referenced_instance(const char* segment_name_):ref(0)
{
- strcpy(segment_name,segment_name_);
+ std::strcpy(segment_name,segment_name_);
}
~referenced_instance(){segment_name[0]='\0';}
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