Add the unnecessary but explicit private

[SVN r23485]
This commit is contained in:
Douglas Gregor
2004-07-13 14:33:35 +00:00
parent be2bae0a14
commit cf7fe4cb56

View File

@@ -129,7 +129,7 @@ inline std::basic_string<wchar_t> get_default_indeterminate_name<wchar_t>()
* locales.
*/
template<typename CharT>
class indeterminate_name : public std::locale::facet, boost::noncopyable
class indeterminate_name : public std::locale::facet, private boost::noncopyable
{
public:
typedef CharT char_type;