Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 714018
Collapse All | Expand All

(-)libixion-0.15.0-orig/include/ixion/model_context.hpp (-1 / +1 lines)
Lines 61-67 Link Here
61
        } value;
61
        } value;
62
62
63
        /** Initializes the cell to be empty. */
63
        /** Initializes the cell to be empty. */
64
        input_cell(nullptr_t);
64
        input_cell(std::nullptr_t);
65
        /** Boolean cell value. */
65
        /** Boolean cell value. */
66
        input_cell(bool b);
66
        input_cell(bool b);
67
        /** The char array must be null-terminated. */
67
        /** The char array must be null-terminated. */

Return to bug 714018