Displaying 10 results from an estimated 10 matches for "_should".
Did you mean:
should
2009 Aug 27
0
[LLVMdev] inlining hint
...one shouldn't define it inline.
>>
>>
>
> You must not have written a lot of C++ template then.
(Ha!)
> You don't have the choice in this case, just check your STL header.
I don't think that how standard library or STL headers _are_ written
determines how they _should be_ written.
(Templates don't force us to write excessive inline functions: Leave
off the inline keyword and write a member function outside the class
template definition, and it's no longer an inline function.)
>
>>
>> FWIW, I've been involved in a couple of attem...
2006 Jun 28
0
PHP SmartyPants Typographer 1.0b2
...ault:
it will just make them unbreakable where it is almost certain they
should be and leave the rest to custom configuration.
SmartyPants Typographer controls spaces around these punctuation
signs (controlled spaces are replaced by `_` for clarity):
* around em-dashes: "He_?_or she_?_should change that."
* around en-dashes: "He_?_or she_?_should change that."
* before a colon: "He said_: here it is."
* before a semicolon: "That's what I said_; that's what he said."
* before a question mark and an exclamation mark: "Hop_! What_?&q...
2009 Aug 27
3
[LLVMdev] inlining hint
David Vandevoorde a écrit :
>
> I don't think those are _good_ reasons though: If one doesn't want a C+
> + function to be inlined, one shouldn't define it inline.
>
>
You must not have written a lot of C++ template then. You don't have the
choice in this case, just check your STL header.
>
> FWIW, I've been involved in a couple of attempts by
2016 Feb 01
2
rstan warning messages
Got past my libgfortran issue
ln -s /usr/lib64/libgfortran.so.3 /usr/lib/libgfortran.so
Now if I could get RCurl and rstan installed.
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Friday, January 29, 2016 2:46 PM
To: Patrick, Larry B [CSSM] <longplay at iastate.edu>; 'r-sig-fedora at r-project.org' <r-sig-fedora at
2009 Aug 27
3
[LLVMdev] inlining hint
...but this is not an excuse). I just
didn't and still don't understand how you do it, but this is probably
not the good place to discuses this.
please accept my sincere apologies.
>
> I don't think that how standard library or STL headers _are_ written
> determines how they _should be_ written.
>
> (Templates don't force us to write excessive inline functions: Leave
> off the inline keyword and write a member function outside the class
> template definition, and it's no longer an inline function.)
>
What about multiple translation unit then? bec...
2004 Feb 08
1
[LLVMdev] When To cvs update ?
Hi,
I've noticed lots and lots of CVS activity on LLVM in recent weeks. I
keep wanting to update and rebuild but I'm *scared* of it :) The LLVM
team seems to work around the clock so I've disabled my cron job to auto
check out and rebuild LLVM each night. It was failing because it checked
out a few times in the middle of logical groups of commits.
What's the general policy on
2003 Mar 01
12
encrypt authentication credentials with payload in the clear?
Is it possible to use encryption only for authenticate and
then switch to no encryption? I've looked at the code for
OpenSSH 3.5p1, cipher.c, and it looks like the answer is
no, at least for protocol 1. However, I cannot tell if that
is a deliberate design limitation of the implementation or
if it is inherent in ssh protocol 2.
My dilemma is a customer who wants to use their network IDS
2016 Feb 03
2
rstan warning messages
...org' <r-sig-fedora at r-project.org>
Subject: Re: [R-sig-Fedora] rstan warning messages
On 02/01/2016 03:45 PM, Patrick, Larry B [CSSM] wrote:
> Got past my libgfortran issue
> ln -s /usr/lib64/libgfortran.so.3 /usr/lib/libgfortran.so
Maybe to /usr/lib64/libgfortran.so ? You _should not_ need to do that though. I didn't need to.
> Now if I could get RCurl and rstan installed.
This one is perplexing. I can't reproduce your failures from my RHEL-6 VM.
Can you provide me the output from:
rpm -qf /usr/lib64/pkgconfig/libcurl.pc
rpm -q pkgconfig
Also, if you c...
2001 Oct 23
1
PATCH to Samba >= 2.2.1, accents and special chars
Okay, I've had some fun there. Let me tell I am no samba pro, so the patch
below _should be tested and tested again_ in _your_ environment before doing
anything close to putting your patched samba into production. It can possibly
break everything. You have been warned.
The mail is somehow longish, because sending a quick (and dirty) patch
without any explanation seems wrong to me....
2012 Aug 10
3
Vector size limit for table() in R-2.15.1
Hi,
First, thanks in advance. Some useful info:
>version
platform x86_64-unknown-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
version.string R version 2.15.1 (2012-06-22)
I'm trying to use the table() function on a 2 column matrix that has 711
million rows (see below). However, it freezes. If I subset the matrix to be
less than or equal