Currently exceptions are used to raise error conditions to client code. The Scifi server follows the Google C++ Style Guide which specifically disallows the use of exceptions. I propose that libndtp adopt this style guide and remove the use of exceptions.
Currently exceptions are used to raise error conditions to client code. The Scifi server follows the Google C++ Style Guide which specifically disallows the use of exceptions. I propose that libndtp adopt this style guide and remove the use of exceptions.