Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Dec 16, 2012
0 parents commit 090016b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
@@ -0,0 +1,13 @@
# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a
4 changes: 4 additions & 0 deletions README.md
@@ -0,0 +1,4 @@
error_or
========

A C++11 type that is either an error, or a value.

0 comments on commit 090016b

Please sign in to comment.