Stub vector specialization. More...
Stub vector specialization.
On compiler previous 4.9.2 the code compile, and provide trivial functionality, (complex operations produce crash at runtime)
On 4.9.2 does not even compile So we create a particular case that pass compilation give basic functionality, and crash in case of complex usage
#include <comb.hpp>
Public Member Functions | |
size_t | size () |
Return 0. | |
comb< 0 > & | operator[] (size_t i) |
Do nothing. | |
void | push_back (comb< 0 > &obj) |
Do nothing. | |
Private Attributes | |
comb< 0 > * | ptr |
Pointer to nothing. | |
|
inline |