boostorg / boostorg/python

vector_indexing_suite does not work with structs

Aperta
#123 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
C++
Stelle
537
Fork
223
Merge medio
11h 22m
PR unite (30g)
2

Descrizione

If you define a simple struct

```
struct Foo {
string a;
string b;
};

```
and then try to expose this via

class_>("FooList")
.def(vector_indexing_suite>() );

This causes an error,

> /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/c++/bits/predefined_ops.h:194:17: error: no match for ‘operator==’ (operand types are ‘Foo’ and ‘const Foo’)

Defining an explicit `operator==` fixes the problem --- but I'm wrapping code I can't change.

Full log attached.
[log.txt](https://github.com/boostorg/python/files/887739/log.txt)

Using Windows/Cygwin, gcc 5.4.0, python 2.7 and Boost 1.60.0, all installed via Cygwin rather than windows.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.