All of the following information is based on go version go1.17.1 darwin/amd64.
| GOOS | Out of the Box |
|---|---|
aix |
✅ |
android |
✅ |
| // C++ includes used for precompiling -*- C++ -*- | |
| // Copyright (C) 2003-2013 Free Software Foundation, Inc. | |
| // | |
| // This file is part of the GNU ISO C++ Library. This library is free | |
| // software; you can redistribute it and/or modify it under the | |
| // terms of the GNU General Public License as published by the | |
| // Free Software Foundation; either version 3, or (at your option) | |
| // any later version. |
| /*! | |
| * Copyright (C) 2017-2018 Andreas Hollandt | |
| * | |
| * Distributed under the Boost Software License, Version 1.0. | |
| * See copy at http://boost.org/LICENSE_1_0.txt. | |
| */ | |
| #pragma once | |
| #include <exception> |