search for: _isspace

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

Did you mean: isspace
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:53:33: error: ?_ISxdigit? was not declared in this scope static const mask xdigit = _ISxdigit; ^ /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:54:32: error: ?_ISspace? was not declared in this scope static const mask space = _ISspace; ^ /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:55:32: error: ?_ISprint? was not declared in this scope static const mask print = _ISprint;...
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:53:33: error: > ?_ISxdigit? was not declared in this scope > static const mask xdigit = _ISxdigit; > ^ > /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:54:32: error: > ?_ISspace? was not declared in this scope > static const mask space = _ISspace; > ^ > /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:55:32: error: > ?_ISprint? was not declared in this scope > static const mask print = _ISprint; >...
2008 Dec 31
1
wineg++ problem with the standard library
...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 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:56: error: _ISspace 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:57: error: _ISprint 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:58: error: _ISalpha was not decla...
2010 May 20
3
Install eventmachine on Debian Lenny
...n 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_base.h:58: error: ‘_ISspace’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:59: error: ‘_ISprint’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:60: error: ‘_ISalpha’ 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
...< (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 << (5)) << 8) : ((1 << (5)) >> 8)), _ISprint = ((6) < 8 ? ((1 << (6)) << 8) : ((1 << (6)) >> 8)), _ISgraph = ((7) < 8 ? ((1 << (7)) << 8) : ((1 << (7)) >> 8)), _ISblank = ((8) < 8 ? ((1 <&l...