Update documentation and comment

This commit is contained in:
Ian McInerney 2020-01-22 08:46:16 +00:00
parent f87dc08801
commit 0d017e262c
2 changed files with 8 additions and 1 deletions

View File

@ -50,10 +50,17 @@ Provides:
* [`std::filesystem`](https://en.cppreference.com/w/cpp/filesystem)
can replace `boost::filesystem` and the Boost dependency can be dropped entirely
from the CMake files.
* `[[fallthrough]]` attribute can be used to indicate switch statements intentionally fallthrough.
Then Clang -Wimplicit-fallthrough warnings can be enabled.
## C++20 {#todo_cpp_20}
Compiler support:
* TBD (Yet to be released)
Provides:
* `constexpr std::string` and `constexpr std::vector` can be used to initialize items:
* File extensions in `wildcards_and_files_ext.h`

View File

@ -25,7 +25,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
#include <config.h> // Needed for MSW compilation
#include "ngspice.h"
#include "spice_reporter.h"