Remove non-ASCII characters in concurrentqueue.h
This removes the BOM character in concurrentqueue.h.
-<U+FEFF>// Provides a C++11 implementation of a multi-producer, multi-consumer lock-free queue.
+// Provides a C++11 implementation of a multi-producer, multi-consumer lock-free queue.