j
k
j a
j l
Does boost have some sort of null_ptr class that allows you to do portable NULL comparisons?
Would that works for you: struct nullptr_t { template<class T> operator T* () const { return 0; } }nullptr; ?
Back to the thread
Back to the list