Problem: nullptr is a reserved keyword in C++0x
Solution: use NULL instead to avoid build failure with older compilers.
Showing
Please
register
or
sign in
to comment
Solution: use NULL instead to avoid build failure with older compilers.