/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef INCLUDED_O3TL_NUMERIC_HXX #define INCLUDED_O3TL_NUMERIC_HXX #include namespace o3tl { struct divide_by_zero final : public std::runtime_error { explicit divide_by_zero() : std::runtime_error("divide by zero") { } }; } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 919e2029af59'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bridges/inc
diff options
context:
space:
mode:
authorKacper Kasper <kacperkasper@gmail.com>2018-02-25 02:55:15 +0100
committerMichael Meeks <michael.meeks@collabora.com>2018-03-05 14:17:27 +0100
commit9c036b1d3db253a1fd43ce76ce1d919e2029af59 (patch)
tree6e5130faa9421c0c093059b5cff08a4356407d28 /bridges/inc
parent73312eaff10b19d1286c225ee335451e1800df4a (diff)