Added MOODYCAMEL_DELETED_FUNCTION macro (compiling under VS2012 now works)#19
Conversation
Added MOODYCAMEL_DELETED_FUNCTION macro (compiling under VS2012 now works)
|
Awesome, looks good. |
|
Hmm, wait, the tests don't compile. I'll fix it. |
|
I got everything to compile and run. The unit test for exception handling doesn't pass. I'm looking into it. |
|
OK, the unit test for exception handling sometimes passes, and sometimes fails. The thing is, that part of the test is not threaded, meaning there's either a compiler bug or I'm invoking undefined behaviour somewhere (otherwise the result of the test should be deterministic). |
|
Ah, |
|
Great! Thanks! |
|
No worries. Might be a good idea to run the tests first next time though :-) |
No description provided.