mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-24 09:42:02 +01:00
compiler compatibility fixes (clang, GCC 5, Intel 2016)
This commit is contained in:
@ -23,6 +23,8 @@
|
||||
using namespace std;
|
||||
using namespace Latan;
|
||||
|
||||
PlaceHolder Latan::_;
|
||||
|
||||
const string Env::fullName = PACKAGE_STRING;
|
||||
const string Env::name = PACKAGE_NAME;
|
||||
const string Env::version = PACKAGE_VERSION;
|
||||
|
Reference in New Issue
Block a user