Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from rocky01/GOR

GOR (Get Or Return) library provide TRY macro. This macro allows easy handling exceptional circumstances (like runtime errors).

License

MazurekPawel/GOR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOR

GOR (Get Or Return) is library which provide TRY macro. This macro allows easy handling exceptional circumstances (like runtime errors).

Basic

GOD is header only library which providing simple macro for handling exceptional circumstances without try...cache blocks.

Requirements

c++14 or higher
gcc >= 9.1
clang >= 6.0.0

Building and test running

mkdir bin
cd bin
cmake ...
make
ctest -VV

Example

Simple example here

About

GOR (Get Or Return) library provide TRY macro. This macro allows easy handling exceptional circumstances (like runtime errors).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 81.8%
  • CMake 18.2%