diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-03-04 06:48:59 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-03-04 06:48:59 -0800 |
| commit | 914664bf27b7bd339d09e3243fdbe4e5d54ef785 (patch) | |
| tree | 2f93a731700f063f56180f7b921a92922a0f6a64 /toolsrc/include | |
| parent | 19695fc832f289e2e5ae08335d49bca568af8e27 (diff) | |
| download | vcpkg-914664bf27b7bd339d09e3243fdbe4e5d54ef785.tar.gz vcpkg-914664bf27b7bd339d09e3243fdbe4e5d54ef785.zip | |
[vcpkg-ci] Display per-package timing information.
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Strings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Strings.h b/toolsrc/include/vcpkg_Strings.h index 8d5d7135b..5b536e5e1 100644 --- a/toolsrc/include/vcpkg_Strings.h +++ b/toolsrc/include/vcpkg_Strings.h @@ -19,6 +19,11 @@ namespace vcpkg::Strings::details return s; } + inline long long to_printf_arg(const long long s) + { + return s; + } + inline double to_printf_arg(const double s) { return s; |
