Skip to content

Commit

Permalink
add safe duration cast as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed May 29, 2019
1 parent c8a028f commit db52b62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "safe_duration_cast"]
path = safe_duration_cast
url = https://github.com/pauldreik/safe_duration_cast.git
2 changes: 1 addition & 1 deletion include/fmt/chrono.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <sstream>

#ifdef FMT_SAFE_DURATION_CAST
#include <chronoconv.hpp>
#include <safe_duration_cast/chronoconv.hpp>
#endif

FMT_BEGIN_NAMESPACE
Expand Down
1 change: 1 addition & 0 deletions safe_duration_cast
Submodule safe_duration_cast added at 9309be

0 comments on commit db52b62

Please sign in to comment.