On 2/2/06, Jonathan Y. Walther <Jonathan.Y.Walther@jpl.nasa.gov> wrote:
No, this does not work:$ cat jmTest.cc#include <locale>int main(){ std::locale l; bool b = l("a", "A"); return b;}