Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.iso-c++ > #2046

Re: bedingte Ueberladung

From Florian Weimer <fw@deneb.enyo.de>
Newsgroups de.comp.lang.iso-c++
Subject Re: bedingte Ueberladung
Date 2017-05-16 20:25 +0200
Organization A noiseless patient Spider
Message-ID <87r2zomzfn.fsf@mid.deneb.enyo.de> (permalink)
References <ofcu9s.18s.1@stefan.msgid.phost.de>

Show all headers | View raw


* Stefan Reuther:

> Als Workaround hab ich jetzt erstmal ein
>    void foo(if_then_else<is_same_type<uint32_t,size_t>::value,
>                          uint64_t, size_t>::type);
> sprich, "wenn uint32_t gleich size_t, überlade das auch noch für
> uint64_t"; das geht in dem Fall zufällig und stört nicht.

Funktioniert das auf s390? Siehe zum Beispiel:

  <https://bugzilla.redhat.com/show_bug.cgi?id=1163188>

Back to de.comp.lang.iso-c++ | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

bedingte Ueberladung Stefan Reuther <stefan.news@arcor.de> - 2017-05-15 19:07 +0200
  Re: bedingte Ueberladung ram@zedat.fu-berlin.de (Stefan Ram) - 2017-05-16 10:47 +0000
    Re: bedingte Ueberladung Stefan Reuther <stefan.news@arcor.de> - 2017-05-16 19:02 +0200
  Re: bedingte Ueberladung Markus Schaaf <mschaaf@elaboris.de> - 2017-05-16 13:44 +0200
    Re: bedingte Ueberladung Stefan Reuther <stefan.news@arcor.de> - 2017-05-16 18:59 +0200
  Re: bedingte Ueberladung Florian Weimer <fw@deneb.enyo.de> - 2017-05-16 20:25 +0200
    Re: bedingte Ueberladung Stefan Reuther <stefan.news@arcor.de> - 2017-05-17 18:50 +0200
      Re: bedingte Ueberladung Florian Weimer <fw@deneb.enyo.de> - 2017-05-17 19:56 +0200

csiph-web