NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/48291 (locale::facet::_S_create_c_locale name not valid)



Synopsis: locale::facet::_S_create_c_locale name not valid

Responsible-Changed-From-To: pkg-manager->lib-bug-people
Responsible-Changed-By: wiz%NetBSD.org@localhost
Responsible-Changed-When: Thu, 21 Nov 2013 13:54:51 +0000
Responsible-Changed-Why:
I changed my mind, it's 
src/gnu/dist/gcc4/libstdc++-v3/config/locale/generic/c_locale.cc
  void
  locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, 
                                    __c_locale)
  {
    // Currently, the generic model only supports the "C" locale.
    // See http://gcc.gnu.org/ml/libstdc++/2003-02/msg00345.html
    __cloc = NULL;
    if (strcmp(__s, "C"))
      __throw_runtime_error(__N("locale::facet::_S_create_c_locale "
                            "name not valid"));
  }





Home | Main Index | Thread Index | Old Index