200K of stringstream
stringstream needs iostream, which needs ostream which needs...
Simply change uses of stringstream (and iostream) to snprintf() to shave 200K off your app. Impulse, trying to be a minimalist language, can't afford this bloat.
gcc version 3.4.4
Simply change uses of stringstream (and iostream) to snprintf() to shave 200K off your app. Impulse, trying to be a minimalist language, can't afford this bloat.
gcc version 3.4.4
0 Comments:
Post a Comment
<< Home