From 913ab1e14041b81f3c9276ea3a7adfff32c0408c Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 30 Mar 2016 08:35:21 +0200 Subject: Cleanups and version bump --- src/lib/util/strformat.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib/util/strformat.h') diff --git a/src/lib/util/strformat.h b/src/lib/util/strformat.h index 8eb5f791ed0..975f3f39de5 100644 --- a/src/lib/util/strformat.h +++ b/src/lib/util/strformat.h @@ -189,14 +189,14 @@ namespace std { template - inline constexpr auto - cbegin(const _Container& __cont) noexcept(noexcept(std::begin(__cont)))-> decltype(std::begin(__cont)) - { return std::begin(__cont); } + inline constexpr auto + cbegin(const _Container& __cont) noexcept(noexcept(std::begin(__cont)))-> decltype(std::begin(__cont)) + { return std::begin(__cont); } template - inline constexpr auto - cend(const _Container& __cont) noexcept(noexcept(std::end(__cont)))-> decltype(std::end(__cont)) - { return std::end(__cont); } + inline constexpr auto + cend(const _Container& __cont) noexcept(noexcept(std::end(__cont)))-> decltype(std::end(__cont)) + { return std::end(__cont); } } #endif -- cgit v1.2.3-70-g09d2