Samuel-Tyler / fast_ber

A C++11 ASN.1 BER Encoding and Decoding Library
Boost Software License 1.0
84 stars 11 forks source link

Common Interface for Reporting Errors and Warnings #1

Open Samuel-Tyler opened 5 years ago

Samuel-Tyler commented 5 years ago

Currently errors and warnings are reported via the use of std::runtime_error and std::cerr.

A function that would allow reporting warnings and errors in a common way would be much tidier.

Adding filename / line number info to assignment definitions may also help with this.

Acceptance: