fmt/include
Jason Turner a9d1fac974
Avoid namespace clash for fmt
## Problem

In the case of an existing `fmt` namespace (in my project this looks like `Project::fmt`) it is possible to get a namespace clash in debug builds (MSVC 2017)

## Proposed Solution

When referencing `fmt` internally, be explicit that it is relative to the global namespace using `::fmt`
2020-01-15 08:05:58 -07:00
..
fmt Avoid namespace clash for fmt 2020-01-15 08:05:58 -07:00