| // Copyright (c) 2023, QuantStack and Mamba Contributors | |
| // | |
| // Distributed under the terms of the BSD 3-Clause License. | |
| // | |
| // The full license is in the file LICENSE, distributed with this software. | |
| namespace mamba::util | |
| { | |
| inline static constexpr bool on_win = false; | |
| inline static constexpr bool on_linux = false; | |
| inline static constexpr bool on_mac = true; | |
| inline static constexpr bool on_win = false; | |
| inline static constexpr bool on_linux = true; | |
| inline static constexpr bool on_mac = false; | |
| inline static constexpr bool on_win = true; | |
| inline static constexpr bool on_linux = false; | |
| inline static constexpr bool on_mac = false; | |
| } | |