-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
///@file rpc.hpp | ||
///@author Jackson Harmer ([email protected]) | ||
///@brief Header-only library for serialized RPC usage | ||
///@version 0.6.2 | ||
///@version 0.7.1 | ||
/// | ||
///@copyright | ||
///BSD 3-Clause License | ||
|
@@ -71,6 +71,9 @@ | |
///@brief Top-level namespace for rpc.hpp classes and functions | ||
namespace rpc | ||
{ | ||
///@brief Array containing the version information for rpc.hpp | ||
static constexpr unsigned version[]{ 0, 7, 1 }; | ||
|
||
namespace exceptions | ||
{ | ||
enum class Type | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters