Code Monkey home page Code Monkey logo

development-utils's People

Contributors

reiher-research-group avatar

Watchers

 avatar  avatar  avatar

Forkers

jlvarjo

development-utils's Issues

Update to C++17

The following line seems to be where the C++14 standard is set. However, sparrow uses C++17 (20?) features like std::transform that gcc will not import when the standard level is set to 14.

set(CMAKE_CXX_STANDARD 14 PARENT_SCOPE)

Sparrow/Embed/Common.h: In function 'std::string upper(std::string)':
>> 988     Sparrow/Embed/Common.h:107:8: error: 'transform' is not a member of 'std'

build failure with gcc 12

I notice I can build scine-utilities fine with gcc 11.3.0 but with 12.2.0 I get errors like

>> 828    /tmp/root/spack-stage/spack-stage-scine-utilities-6.0.0-tyayl46ngbiux5dg6kqdx7fubcop3agi/spack-src/src/Utils/Utils/IO/ChemicalFileFormats/ChemicalFileHandler.cpp:24:20: error: 'unique_ptr' is not a member of 'std'

I don't fully understand what's happening here - unique_ptr should have been introduced with c++11 and  I see the c++ standard is set to 17 here

set(CMAKE_CXX_STANDARD 17 PARENT_SCOPE)

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.