Code Monkey home page Code Monkey logo

Comments (3)

Dobiasd avatar Dobiasd commented on June 2, 2024 1

Hi,

and thanks for the very detailed report. πŸ‘

I can reproduce the problem with the following minimal Dockerfile (g++ 11.2 with C++20):

FROM gcc:11.2

RUN git clone -b 'v0.2.16-p0' --single-branch --depth 1 https://github.com/Dobiasd/FunctionalPlus

RUN echo '#include <fplus/fplus.hpp>' > main.cpp
RUN echo 'int main() {}' >> main.cpp

RUN g++ -I FunctionalPlus/include -std=c++14 main.cpp
RUN g++ -I FunctionalPlus/include -std=c++17 main.cpp
RUN g++ -I FunctionalPlus/include -std=c++20 main.cpp

Output of the last line:

In file included from FunctionalPlus/include/fplus/fplus.hpp:11,
                 from main.cpp:1:
FunctionalPlus/include/fplus/container_common.hpp:154:42: error: expected unqualified-id before 'const'
  154 |         array_back_insert_iterator<T, N>(const array_back_insert_iterator<T, N>& other) :
      |                                          ^~~~~
FunctionalPlus/include/fplus/container_common.hpp:154:42: error: expected ')' before 'const'
  154 |         array_back_insert_iterator<T, N>(const array_back_insert_iterator<T, N>& other) :
      |                                         ~^~~~~
      |                                          )

I'm now testing your suggested fix on a branch. The CI will automatically test it for a whole bunch of different compiler versions. πŸ™‚

from functionalplus.

Dobiasd avatar Dobiasd commented on June 2, 2024

Just released the new version v0.2.17-p0 that includes your fix. βœ”οΈ

Thanks again for the good investigation and suggestion. πŸ‘

from functionalplus.

tbreslein avatar tbreslein commented on June 2, 2024

Cool, you're welcome and thank you for implementing it!

from functionalplus.

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.