After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735466 - Fail to build with C++11 mode enabled
Fail to build with C++11 mode enabled
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: PDF
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-26 17:29 UTC by Ting-Wei Lan
Modified: 2014-08-26 21:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build when using C++11 mode (753 bytes, patch)
2014-08-26 17:29 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2014-08-26 17:29:11 UTC
Created attachment 284523 [details] [review]
Fix build when using C++11 mode

I get the error when building evince with -std=c++11.

ev-poppler.cc:3010:35: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
Comment 1 José Aliste 2014-08-26 21:36:04 UTC
Review of attachment 284523 [details] [review]:

Ok, this is short enough for me to review and push. Looks good.
Comment 2 José Aliste 2014-08-26 21:36:33 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.