- Change
BBStr getCharPtr(std::string str)
inBlitzToolbox.hpp
toinline BBStr getCharPtr(const std::string& str)
. - Removed redundancy solution platforms.
BBStr getCharPtr(std::string str)
in BlitzToolbox.hpp
to inline BBStr getCharPtr(const std::string& str)
.