Skip to content

Commit

Permalink
Add *std::__once_call* to excluded symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Sergeev committed May 1, 2019
1 parent 21ecb9e commit b82e320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/parquet/symbols.map
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
# a system with an older libstdc++ which doesn't include the necessary
# c++11 symbols.
std::*;
*std::__once_call*;
};
};
1 change: 1 addition & 0 deletions cpp/src/plasma/symbols.map
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
# a system with an older libstdc++ which doesn't include the necessary
# c++11 symbols.
std::*;
*std::__once_call*;
};
};

0 comments on commit b82e320

Please sign in to comment.