mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
libexpr: Make Value::isa and Value::getStorage private methods
This was always intended to be the case, but accidentally left in the public interface.
This commit is contained in:
parent
4df1a3ca76
commit
462b9ac49c
1 changed files with 1 additions and 0 deletions
|
|
@ -833,6 +833,7 @@ struct Value : public ValueStorage<sizeof(void *)>
|
||||||
{
|
{
|
||||||
friend std::string showType(const Value & v);
|
friend std::string showType(const Value & v);
|
||||||
|
|
||||||
|
private:
|
||||||
template<InternalType... discriminator>
|
template<InternalType... discriminator>
|
||||||
bool isa() const noexcept
|
bool isa() const noexcept
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue