Home » U++ Library support » U++ Core » Error when I trying to Add in VectorMap container a "C" struct
Error when I trying to Add in VectorMap container a "C" struct [message #23031] |
Wed, 09 September 2009 15:54  |
|
Hello all,
Help me please how can I add in VectorMap or in other container a C type struct.
I have the following situation:
extern "C" {
typedef struct C_CLASS {
...
} C_CLASS;
}
....
typedef VectorMap<String, C_CLASS > RegistrationMap;
....
RegistrationMap tempExactMatchMap_;
I have an error becouse the C_CLASS is not moveable.
I read that the C_Class must be moveable. How can I make this moveable?
With respect,
Ion Lupascu (tojocky)
[Updated on: Wed, 09 September 2009 15:56] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Thu May 08 00:59:30 CEST 2025
Total time taken to generate the page: 0.00497 seconds
|