diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-15 13:59:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-15 13:59:08 +0100 |
| commit | 42bd2a0ed674d167c27dd4cf214ea91b48315bcf (patch) | |
| tree | 01524b1ce784fb78424e32dfb7db110d6a4f9686 /src/raw_convert.cc | |
| parent | 9b9be06af7a51cac6f957db16ec2695c79ffb8fd (diff) | |
Hack.osx
Diffstat (limited to 'src/raw_convert.cc')
| -rw-r--r-- | src/raw_convert.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/raw_convert.cc b/src/raw_convert.cc index 5ee0aed5..b7685ab8 100644 --- a/src/raw_convert.cc +++ b/src/raw_convert.cc @@ -99,15 +99,6 @@ dcp::raw_convert (unsigned long long v, int precision, bool fixed) return make_raw (locale_convert<string> (v, precision, fixed)); } -#ifdef LIBDCP_OSX -template <> -string -dcp::raw_convert (unsigned long int v, int precision, bool fixed) -{ - return make_raw (locale_convert<string> (v, precision, fixed)); -} -#endif - template <> string dcp::raw_convert (float v, int precision, bool fixed) |
