obucina

Results 2 issues of obucina

Addresses the same problem as https://github.com/Corvusoft/restbed/issues/422 Test file, main.cpp ``` #include using namespace std; int main(int argc, char **argv) { return 0; } ``` Command line ``` g++ -DDEBUG=1 main.cpp...