Re: [Cppcms-users] message board fails to build
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2013-01-20 19:00:31
|
1. Try to upgrade CppCMS, because in 1.0.3 the automatic type detection is already done in headers. 2. It may happen if you build CppCMS in C++11 mode and use in C++03, also I think it shouldn't be a problem in latest stable version. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ ----- Original Message ----- > From: Marcel Hellwig <ke...@co...> > To: cpp...@li... > Cc: > Sent: Sunday, January 20, 2013 7:58 PM > Subject: Re: [Cppcms-users] message board fails to build > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am 20.01.2013 12:00, schrieb Marcel Hellwig: >> Hello everyone, >> >> If I try to build the message board example, it will fail with >> some nasty errors (see attached log). I am on cppcms/cppdb master. >> >> Can anyone confirm/fix this? >> > I found a solution by myself. If you try to compile it with std=c++11 > it will work fine. > Regarding to this page[0] the foreach loop is the bad guy. Maybe you > have other suggestions? > > [0] > http://cppcms.com/wikipp/en/page/cppcms_1x_templates_flow#Type.detection >> Regards Marcel Hellwig > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.13 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iQIcBAEBAgAGBQJQ/DBVAAoJEIROXYQnkAHpyuUP/iuTACHUJVBtOmMQeXW/sajd > 59n4lJfF4Zcw5MgaQfzm22o8Z6Y7t8E7EBUZrvp57jbkLgtFHOdY371cMLl2Ztpo > 5ExE7Smg+33aFcZUuC3PSLCTmP3nCix9ub4q2gsZhuaMWBptRhT+cn2aYWHcSig3 > H97DeXmIiL3hPuv50WnWIKsm+TBrGqKEwwCYaJq0UVUdkHYShc1TDqZ3l1wQTc1k > cbAmXgJC/l44abQvql/61r2DPAUj9k1zv6KDNLY3iaf/FYiddZzxdp3fVU9sUyhO > sOCbZauGTHhOONE7ugYHdiiVzgTMaXNlqJ1xJVMutuWI0w3g0Pe/AmtWwd07+s7K > kL+pQLRKoe+q3JqBJ7tJ6jePOryzN5mCxCqBp26twIcqTc8+XzeLH+1cLxUpbjYn > 8dGYZUwz6T6ctscNrALPDquOG2v7QvLmP8LX0eShXyRNROFMFAIz1Okl9FeCbECM > X3tPhlHp2TkmMC9stQ24DSdVeu9TBY7WYI6OPDTcuMpw5f3Qyq06rrMa6AYXxa+F > umZ95Eed+b1BiZhZS8rRqhpxDaiHOLyQ6aBkdKImWEtizav+Qxxoe4t22Y086k3d > Bi9v4H/TJOoAMdB6s6rAgGHw+a9Yq8YpLIeWDkPnqODKKGVxouV+KxB9vsxKQhLb > biohF2hew0s+NqvELbJW > =48LY > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_123012 > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |