Hello!
I have the following function
std::tuple getRawIdx(uint16_t tidx) {
return std::make_tuple(localidx.entries[tidx].indx_ptr,
localidx.entries[tidx].indx_size);
}
Where s is a struct like
typedef struct __attribute__((packed)) {
uint32_t indx_ptr;
uint8_t indx_size;
} _i_
On 11 February 2017 at 20:36, Sandra Loosemore wrote:
> On 02/11/2017 06:21 AM, Jonathan Wakely wrote:
>>
>> On 11 February 2017 at 08:48, Gerald Pfeifer wrote:
>>>
>>> On Fri, 10 Feb 2017, Sandra Loosemore wrote:
The documentation for -Wno-non-template-friend refers to
"non-templati
On 02/11/2017 06:21 AM, Jonathan Wakely wrote:
On 11 February 2017 at 08:48, Gerald Pfeifer wrote:
On Fri, 10 Feb 2017, Sandra Loosemore wrote:
The documentation for -Wno-non-template-friend refers to "non-templatized
friend functions" and "templatized functions". I don't see the term
"templat
On 11 February 2017 at 08:48, Gerald Pfeifer wrote:
> On Fri, 10 Feb 2017, Sandra Loosemore wrote:
>> The documentation for -Wno-non-template-friend refers to "non-templatized
>> friend functions" and "templatized functions". I don't see the term
>> "templatized" used anywhere in the C++ standard.
On Fri, 10 Feb 2017, Sandra Loosemore wrote:
> The documentation for -Wno-non-template-friend refers to "non-templatized
> friend functions" and "templatized functions". I don't see the term
> "templatized" used anywhere in the C++ standard. This paragraph also uses
> "nontemplate function", whic