Skip to content

Commit

Permalink
Attempt to get code compiling on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 22, 2024
1 parent 369a83b commit bbd1e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdb/reconstruct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ void checkAtomRecords(datablock &db)

// Rewrite the coordinates and other fields that look better in a fixed format
// Be careful not to nuke invalidly formatted data here
for (const auto &[tag, prec] : std::initializer_list<std::tuple<std::string_view,std::string::size_type>>{
for (auto [tag, prec] : std::initializer_list<std::tuple<std::string_view,std::string::size_type>>{
{ "cartn_x", 3 },
{ "cartn_y", 3 },
{ "cartn_z", 3 },
Expand Down

0 comments on commit bbd1e27

Please sign in to comment.