j
k
j a
j l
is there any way i can restrict the compiler to accept only few type names for my templated class (i.e., using standard c++ or boost)
I believe boost::enable_if is used for this purpose. Gennadiy
Back to the thread
Back to the list