↧
g++ error: expected primary-expression before > token
For g++ compiler is sometimes necessary to specify more typename / template keywords than for Visual Studio. This is one of examples. To the following code it’s necessary to add template keyword:...
View Articleg++ error: conversion from XTestObjectA to non-scalar type XTestObjectBase...
//error XTestObjectBase objTestObjectBase1 = objTestObjectA; //ok XTestObjectBase objTestObjectBase2(objTestObjectA); //ok XTestObjectBase objTestObjectBase3; objTestObjectBase3 = objTestObjectA; cite...
View ArticleStrange “no matching function for call to …” error on MacOS
Error appear when using BOOST::fusion::map<....> Error message: In file included from axOrm/ormObject/ormObject.test.cpp:5: axOrm/ormObject/testObjects/objContactAndAddress.h: In member function...
View Article