|
|
|
@ -2,89 +2,135 @@
|
|
|
|
|
REQUIRED_ARGS:
|
|
|
|
|
TEST_OUTPUT:
|
|
|
|
|
---
|
|
|
|
|
fail_compilation/dep_d1_ops.d(198): Error: incompatible types for `(s) + (1)`: `S` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(199): Error: incompatible types for `(1) + (s)`: `int` and `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(200): Error: incompatible types for `(s) - (1)`: `S` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(201): Error: incompatible types for `(1) - (s)`: `int` and `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(202): Error: incompatible types for `(s) * (1)`: `S` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(203): Error: incompatible types for `(1) * (s)`: `int` and `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(204): Error: incompatible types for `(s) / (1)`: `S` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(205): Error: incompatible types for `(1) / (s)`: `int` and `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(206): Error: incompatible types for `(s) % (1)`: `S` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(207): Error: incompatible types for `(1) % (s)`: `int` and `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(209): Error: incompatible types for `(s) & (1)`: `S` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(210): Error: incompatible types for `(s) | (1)`: `S` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(211): Error: incompatible types for `(s) ^ (1)`: `S` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(213): Error: `s` is not of integral type, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(214): Error: `s` is not of integral type, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(215): Error: `s` is not of integral type, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(216): Error: `s` is not of integral type, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(217): Error: `s` is not of integral type, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(218): Error: `s` is not of integral type, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(220): Error: incompatible types for `(s) ~ (1)`: `S` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(221): Error: incompatible types for `(1) ~ (s)`: `int` and `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(223): Error: operator `+` is not defined for `s` of type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(224): Error: operator `-` is not defined for `s` of type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(225): Error: `s` is not of integral type, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(226): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(227): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(228): Error: can only `*` a pointer, not a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(230): Error: incompatible types for `(s) in (1)`: `S` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(231): Error: incompatible types for `(1) in (s)`: `int` and `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(233): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(234): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(235): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(236): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(237): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(238): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(239): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(240): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(241): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(242): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(243): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(244): Error: cannot append type `int` to type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(248): Error: incompatible types for `(c) + (1)`: `dep_d1_ops.C` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(249): Error: incompatible types for `(1) + (c)`: `int` and `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(250): Error: incompatible types for `(c) - (1)`: `dep_d1_ops.C` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(251): Error: incompatible types for `(1) - (c)`: `int` and `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(252): Error: incompatible types for `(c) * (1)`: `dep_d1_ops.C` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(253): Error: incompatible types for `(1) * (c)`: `int` and `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(254): Error: incompatible types for `(c) / (1)`: `dep_d1_ops.C` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(255): Error: incompatible types for `(1) / (c)`: `int` and `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(256): Error: incompatible types for `(c) % (1)`: `dep_d1_ops.C` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(257): Error: incompatible types for `(1) % (c)`: `int` and `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(259): Error: incompatible types for `(c) & (1)`: `dep_d1_ops.C` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(260): Error: incompatible types for `(c) | (1)`: `dep_d1_ops.C` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(261): Error: incompatible types for `(c) ^ (1)`: `dep_d1_ops.C` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(263): Error: `c` is not of integral type, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(264): Error: `c` is not of integral type, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(265): Error: `c` is not of integral type, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(266): Error: `c` is not of integral type, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(267): Error: `c` is not of integral type, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(268): Error: `c` is not of integral type, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(270): Error: incompatible types for `(c) ~ (1)`: `dep_d1_ops.C` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(271): Error: incompatible types for `(1) ~ (c)`: `int` and `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(273): Error: operator `+` is not defined for `c` of type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(274): Error: operator `-` is not defined for `c` of type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(275): Error: `c` is not of integral type, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(276): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(277): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(278): Error: can only `*` a pointer, not a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(280): Error: incompatible types for `(c) in (1)`: `dep_d1_ops.C` and `int`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(281): Error: incompatible types for `(1) in (c)`: `int` and `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(283): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(284): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(285): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(286): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(287): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(288): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(289): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(290): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(291): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(292): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(293): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(294): Error: cannot append type `int` to type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(303): Error: `nd` is not of integral type, it is a `dep_d1_ops.NoDeprecation`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(244): Error: operator `+` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "+")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(245): Error: operator `+` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinaryRight(string op : "+")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(246): Error: operator `-` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "-")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(247): Error: operator `-` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinaryRight(string op : "-")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(248): Error: operator `*` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "*")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(249): Error: operator `*` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinaryRight(string op : "*")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(250): Error: operator `/` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "/")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(251): Error: operator `/` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinaryRight(string op : "/")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(252): Error: operator `%` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "%")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(253): Error: operator `%` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinaryRight(string op : "%")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(255): Error: operator `&` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "&")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(256): Error: operator `|` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "|")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(257): Error: operator `^` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "^")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(259): Error: operator `<<` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "<<")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(260): Error: operator `<<` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinaryRight(string op : "<<")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(261): Error: operator `>>` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : ">>")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(262): Error: operator `>>` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinaryRight(string op : ">>")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(263): Error: operator `>>>` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : ">>>")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(264): Error: operator `>>>` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinaryRight(string op : ">>>")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(266): Error: operator `~` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "~")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(267): Error: operator `~` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinaryRight(string op : "~")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(269): Error: operator `+` is not defined for `s` of type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(270): Error: operator `-` is not defined for `s` of type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(271): Error: `s` is not of integral type, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(272): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(273): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(274): Error: can only `*` a pointer, not a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(276): Error: operator `in` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinary(string op : "in")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(277): Error: operator `in` is not defined for type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(137): perhaps overload the operator with `auto opBinaryRight(string op : "in")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(279): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(280): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(281): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(282): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(283): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(284): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(285): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(286): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(287): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(288): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(289): Error: `s` is not a scalar, it is a `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(290): Error: cannot append type `int` to type `S`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(294): Error: operator `+` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "+")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(295): Error: operator `+` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinaryRight(string op : "+")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(296): Error: operator `-` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "-")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(297): Error: operator `-` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinaryRight(string op : "-")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(298): Error: operator `*` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "*")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(299): Error: operator `*` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinaryRight(string op : "*")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(300): Error: operator `/` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "/")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(301): Error: operator `/` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinaryRight(string op : "/")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(302): Error: operator `%` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "%")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(303): Error: operator `%` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinaryRight(string op : "%")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(305): Error: operator `&` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "&")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(306): Error: operator `|` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "|")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(307): Error: operator `^` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "^")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(309): Error: operator `<<` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "<<")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(310): Error: operator `<<` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinaryRight(string op : "<<")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(311): Error: operator `>>` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : ">>")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(312): Error: operator `>>` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinaryRight(string op : ">>")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(313): Error: operator `>>>` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : ">>>")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(314): Error: operator `>>>` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinaryRight(string op : ">>>")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(316): Error: operator `~` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "~")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(317): Error: operator `~` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinaryRight(string op : "~")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(319): Error: operator `+` is not defined for `c` of type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(320): Error: operator `-` is not defined for `c` of type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(321): Error: `c` is not of integral type, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(322): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(323): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(324): Error: can only `*` a pointer, not a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(326): Error: operator `in` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinary(string op : "in")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(327): Error: operator `in` is not defined for type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(188): perhaps overload the operator with `auto opBinaryRight(string op : "in")(int rhs) {}`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(329): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(330): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(331): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(332): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(333): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(334): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(335): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(336): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(337): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(338): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(339): Error: `c` is not a scalar, it is a `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(340): Error: cannot append type `int` to type `dep_d1_ops.C`
|
|
|
|
|
fail_compilation/dep_d1_ops.d(349): Error: `nd` is not of integral type, it is a `dep_d1_ops.NoDeprecation`
|
|
|
|
|
---
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|