** Changed in: oxide
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1253159

Title:
  Build oxide with C++11

Status in Oxide Webview:
  Fix Released

Bug description:
  We build the core library with Chromium defaults (no C++11), which
  means we don't get features such as "final" and "override". When
  recently rebasing Oxide on the latest Chromium, I hit several weird
  test failures and bugs which ended up being due to the prototypes of
  various virtual functions we implement changing.

  If we were able to use "final" or "override", the compiler would have
  caught these errors for me.

  Note, Chromium currently does not build successfully with C++11

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1253159/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to