Stub vector specialization. More...
#include <comb.hpp>
Public Member Functions | |
| size_t | size () |
| Return 0. More... | |
| comb< 0 > & | operator[] (size_t i) |
| Do nothing. More... | |
| void | push_back (comb< 0 > &obj) |
| Do nothing. More... | |
Private Attributes | |
| comb< 0 > * | ptr |
| Pointer to nothing. | |
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
|
inline |