search for: _isalpha

Displaying 6 results from an estimated 6 matches for "_isalpha".

Did you mean: isalpha
2015 May 07
2
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...^ /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:50:32: error: ?_ISlower? was not declared in this scope static const mask lower = _ISlower; ^ /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:51:32: error: ?_ISalpha? was not declared in this scope static const mask alpha = _ISalpha; ^ /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:52:32: error: ?_ISdigit? was not declared in this scope static const mask digit = _ISdigit;...
2015 May 07
0
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...^ > /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:50:32: error: > ?_ISlower? was not declared in this scope > static const mask lower = _ISlower; > ^ > /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:51:32: error: > ?_ISalpha? was not declared in this scope > static const mask alpha = _ISalpha; > ^ > /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:52:32: error: > ?_ISdigit? was not declared in this scope > static const mask digit = _ISdigit; >...
2008 Dec 31
1
wineg++ problem with the standard library
....h:51: error: _ISupper was not declared in this scope /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/ctype_base.h:52: error: _ISlower was not declared in this scope /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/ctype_base.h:53: error: _ISalpha was not declared in this scope /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/ctype_base.h:54: error: _ISdigit was not declared in this scope /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/ctype_base.h:55: error: _ISxdigit was not decl...
2010 May 20
3
Install eventmachine on Debian Lenny
...files.cpp:20: /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:53: error: ‘_ISupper’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:54: error: ‘_ISlower’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:55: error: ‘_ISalpha’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:56: error: ‘_ISdigit’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:57: error: ‘_ISxdigit’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...m) __attribute__ ((__nothrow__)) ; extern void funlockfile (FILE *__stream) __attribute__ ((__nothrow__)); enum { _ISupper = ((0) < 8 ? ((1 << (0)) << 8) : ((1 << (0)) >> 8)), _ISlower = ((1) < 8 ? ((1 << (1)) << 8) : ((1 << (1)) >> 8)), _ISalpha = ((2) < 8 ? ((1 << (2)) << 8) : ((1 << (2)) >> 8)), _ISdigit = ((3) < 8 ? ((1 << (3)) << 8) : ((1 << (3)) >> 8)), _ISxdigit = ((4) < 8 ? ((1 << (4)) << 8) : ((1 << (4)) >> 8)), _ISspace = ((5) < 8 ? ((1 <&...