mmore500 / conduit

C++ library that wraps intra-thread, inter-thread, and inter-process communication in a uniform, modular, object-oriented interface, with a focus on asynchronous high-performance computing applications.
https://conduit.fyi
MIT License
13 stars 4 forks source link

Add header guards #80

Closed mmore500 closed 3 years ago

mmore500 commented 3 years ago

in addition to pragma once

https://stackoverflow.com/questions/1143936/pragma-once-vs-include-guards

mmore500 commented 3 years ago

https://stackoverflow.com/a/4871964

mmore500 commented 3 years ago

and replace colons with underscores