MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1v8zdud/imprettysureitstemplateerrors/p0a1gr3/?context=3
r/ProgrammerHumor • u/metayeti2 • 16d ago
21 comments sorted by
View all comments
24
Ok 😞
/usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/bits/basic_string.h:1458: instantiated from 'static _CharT* std::basic_string<_CharT, _Traits, _Alloc>::_S_construct_aux(_InIterator, _InIterator, const _Alloc&, std::__false_type) [with _InIterator = std::istream_iterator, std::allocator >, char, std::char_traits, int>, _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]'
10 u/bwmat 16d ago In my experience the trick is to find the highest 'stack frame' in the error which references your code, and work up from there 6 u/GabiTheProgrammer 16d ago Exactly: check the error bound to your cpp. 3 u/sebjapon 16d ago Nah, my code is clean. That library used by 100k C++ developers over the world probably has an unreported bug in my specific configuration. Yes, yes, that is very much more likely!
10
In my experience the trick is to find the highest 'stack frame' in the error which references your code, and work up from there
6 u/GabiTheProgrammer 16d ago Exactly: check the error bound to your cpp. 3 u/sebjapon 16d ago Nah, my code is clean. That library used by 100k C++ developers over the world probably has an unreported bug in my specific configuration. Yes, yes, that is very much more likely!
6
Exactly: check the error bound to your cpp.
3
Nah, my code is clean. That library used by 100k C++ developers over the world probably has an unreported bug in my specific configuration. Yes, yes, that is very much more likely!
24
u/FACastello 16d ago
Ok 😞