libfmt: Update version to current master

This commit is contained in:
Yuri Kunde Schlesner 2016-11-23 21:00:23 -08:00 committed by Merry
parent 4d44474ad4
commit 9ec51f74bd
4 changed files with 4 additions and 1 deletions

2
externals/fmt vendored

@ -1 +1 @@
Subproject commit 2ae6bca488795929a0207d109e135751f10c53d9
Subproject commit 796beaaddb5226162fe00c2c55e322d80d26f3d8

View file

@ -8,6 +8,7 @@
#include <string>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include "common/bit_util.h"
#include "common/string_util.h"

View file

@ -8,6 +8,7 @@
#include <string>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include "common/bit_util.h"
#include "common/string_util.h"

View file

@ -10,6 +10,7 @@
#include <string>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include "common/assert.h"
#include "frontend/ir/basic_block.h"