Skip to content

Replace decltype by Product or Quotient #1573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2017
Merged

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Sep 23, 2017

Fix #1572.

@eggrobin eggrobin added the LGTM label Sep 23, 2017
@pleroy pleroy merged commit 94b3350 into mockingbirdnest:master Sep 23, 2017
@ts826848
Copy link
Contributor

I think this broke the build for me:

clang++ -c -std=c++1z -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DTEMP_DIR='std::experimental::filesystem::path("/tmp")' -DNDEBUG -mmacosx-version-min=10.8 -arch x86_64 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ tools/generate_configuration.cpp -o obj/tools/generate_configuration.o
In file included from tools/generate_configuration.cpp:2:
In file included from ./tools/generate_configuration.hpp:6:
In file included from ./geometry/named_quantities.hpp:4:
In file included from ./geometry/affine_map.hpp:4:
In file included from ./geometry/point.hpp:9:
In file included from ./geometry/barycentre_calculator.hpp:48:
./geometry/barycentre_calculator_body.hpp:39:3: error: declaration conflicts with target
      of using declaration already in scope
T Barycentre(std::pair<T, T> const & ts,
  ^
./geometry/barycentre_calculator.hpp:35:3: note: target of using declaration
T Barycentre(std::pair<T, T> const& ts,
  ^
./geometry/barycentre_calculator.hpp:42:39: note: using declaration
using internal_barycentre_calculator::Barycentre;
                                      ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants