Infrared
|
#include <assignment.hpp>
Public Types | |
using | type = std::vector< T > |
define a selector for std::vector while avoiding the bit-vector implementation for vector<bool>
This was introduced to fix a bug: vector<bool> as value stack does not work for yet unknown reason; the use of vector<int> resolves the problem
using ired::vector_nbv_sel< T >::type = std::vector<T> |