Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In file included from ../../IscDbc/IscDatabaseMetaData.cpp:47:
../../IscDbc/IscDatabaseMetaData.cpp: In member function ‘virtual const char* IscDbcLibrary::IscDatabaseMetaData::getDriverVersion()’:
../../IscDbc/../SetupAttributes.h:139:65: error: inconsistent user-defined literal suffixes ‘minor’ and ‘buildnum’ in string literal
#define BUILD_DRIVER_VERSION(major,minor,buildnum) major"."minor"."buildnum
^~~~~~~~~~~
../../IscDbc/../SetupAttributes.h:150:25: note: in expansion of macro ‘BUILD_DRIVER_VERSION’
#define DRIVER_VERSION BUILD_DRIVER_VERSION( ZERO_MAJOR BUILD_STR2( MAJOR_VERSION ), ZERO_MINOR BUILD_STR2( MINOR_VERSION ), ZERO_BUILDNUM BUILD_STR2( BUILDNUM_VERSION ) )
^~~~~~~~~~~~~~~~~~~~
../../IscDbc/IscDatabaseMetaData.cpp:350:9: note: in expansion of macro ‘DRIVER_VERSION’
return DRIVER_VERSION;
^~~~~~~~~~~~~~
../../IscDbc/../SetupAttributes.h:139:65: error: unable to find string literal operator ‘operator""minor’ with ‘const char [5]’, ‘long unsigned int’ arguments
#define BUILD_DRIVER_VERSION(major,minor,buildnum) major"."minor"."buildnum
^~~~~~~~~~~
../../IscDbc/../SetupAttributes.h:150:25: note: in expansion of macro ‘BUILD_DRIVER_VERSION’
#define DRIVER_VERSION BUILD_DRIVER_VERSION( ZERO_MAJOR BUILD_STR2( MAJOR_VERSION ), ZERO_MINOR BUILD_STR2( MINOR_VERSION ), ZERO_BUILDNUM BUILD_STR2( BUILDNUM_VERSION ) )
^~~~~~~~~~~~~~~~~~~~
../../IscDbc/IscDatabaseMetaData.cpp:350:9: note: in expansion of macro ‘DRIVER_VERSION’
return DRIVER_VERSION;
^~~~~~~~~~~~~~