AutoPas  3.0.0
Loading...
Searching...
No Matches
CompileInfo.h
Go to the documentation of this file.
1
7#pragma once
8
9#include <sstream>
10#include <string>
11
13
24std::string getCompilerInfo();
25} // namespace autopas::utils::CompileInfo
Namespace for functions that provide information about what the code was compiled with.
Definition: namespaces.h:59
std::string getCompilerInfo()
Get name and version number of a list of known compilers.
Definition: CompileInfo.cpp:9