C++ - Hash combine example for hash function in unordered_map
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 template <class T> inline void hash_combine(std::siz...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 template <class T> inline void hash_combine(std::siz...
C++11 introduced std::exception_ptr. The main purpose of this class is to allow to tranport C++ exceptions to different threads.
The following URL is talking about writing exception safe code for C++.
Microsoft announced the new API for inspection of dump file which is called CLRMD