Giter Club home page Giter Club logo

Comments (3)

tinloaf avatar tinloaf commented on May 27, 2024

Update: Funny thing is, clang-5.0 and gcc-7 both compile it (though clang warns about string literal operators being a GNU extension):

lukas@i11pcbarth ~/tmp/mnwe/dyno $ /usr/bin/clang-5.0  --std=c++17 -I /home/lukas/src/dyno/include/ -I /home/lukas/opt/boost_install/include/ ./example.hpp 
In file included from ./example.hpp:1:
In file included from /home/lukas/src/dyno/include/dyno.hpp:8:
In file included from /home/lukas/src/dyno/include/dyno/builtin.hpp:8:
In file included from /home/lukas/src/dyno/include/dyno/concept.hpp:8:
/home/lukas/src/dyno/include/dyno/detail/dsl.hpp:124:18: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
  constexpr auto operator""_s() { return detail::string<c...>{}; }
                 ^
1 warning generated.
lukas@i11pcbarth ~/tmp/mnwe/dyno $ /usr/bin/g++-7  --std=c++17 -I /home/lukas/src/dyno/include/ -I /home/lukas/opt/boost_install/include/ ./example.hpp 
lukas@i11pcbarth ~/tmp/mnwe/dyno $ 

Thus, this might be a GCC-8 bug / regression? My feeling is that something in the enable_ifs for poly::unerase_poly is fishy, but I really don't understand what's going on there.

from dyno.

gchoinka avatar gchoinka commented on May 27, 2024

I've run in in to the same problem with my travis build and gcc-8.0
It seems that gcc-8.2 compiles the sources fine.

from dyno.

ldionne avatar ldionne commented on May 27, 2024

Yes, this seems like a GCC bug. I can reproduce with GCC 8.1. I was not able to find a workaround that did not involve making unerase_poly a non-static member function, which is not satisfactory since that requires capturing this in the function returned by virtual_impl even when this would not otherwise need to be captured. I'll close this as "wontfix" but I'm open to workarounds if somebody has one.

from dyno.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.