1 |
strcpy_s(dest, strlen(src),src); |
So. I typo’ed up some template code the other day. And once again I learned the importance of using several c++ compilers. Here is a very reduced version of my code:
1 2 3 4 5 6 7 8 9 10 |
#include <utility> template <typename T> auto foo(const T& t) -> decltype(x.first) { return t.first; } int main() { foo(std::make_pair(1,2)); return 0; } |
And let’s start with the compiler I was…
So. KDE has landed at Qt World Summit. You can come and visit our booth and … hear about our amazing Free Qt Addons (KDE Frameworks) stories about our development tools meet some of our developers Talk about KDE in…
So quite some time ago, I filed this. After some going back and forth, it lead to this. And finally we have a conclusion. It took only two years, but now we are there. Let’s continue make Debian rock.
There is more people with blue hair at Debconf than at an average Akademy. KDE – we need to do better :)
Watching people figuring out how to use a Danish cheese slicer is kind interesting. But by using enough force most people succeeding in getting a lump of cheese.
It is still an open question what the Debian Project Leader wears under their kilt.
Recent Comments