
Hi,
I have few Adapter classes. Each of them provide typedef operations
which specifies which operations that Adapter supports (vector_c, with
0 or 1 at appropriate positions). I want to assert that two Adapters
support different operations. However, my code doesn't compile. Any
ideas?
Daniel
template

Daniel
Hi, I have few Adapter classes. Each of them provide typedef operations which specifies which operations that Adapter supports (vector_c, with 0 or 1 at appropriate positions). I want to assert that two Adapters support different operations. However, my code doesn't compile. Any ideas?
Can you post your error messages? -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (2)
-
Daniel
-
David Abrahams