forked from boostorg/logic
Add the unnecessary but explicit private
[SVN r23485]
This commit is contained in:
@@ -129,7 +129,7 @@ inline std::basic_string<wchar_t> get_default_indeterminate_name<wchar_t>()
|
|||||||
* locales.
|
* locales.
|
||||||
*/
|
*/
|
||||||
template<typename CharT>
|
template<typename CharT>
|
||||||
class indeterminate_name : public std::locale::facet, boost::noncopyable
|
class indeterminate_name : public std::locale::facet, private boost::noncopyable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef CharT char_type;
|
typedef CharT char_type;
|
||||||
|
Reference in New Issue
Block a user