! \brief dummy constructor */
| 23 | #if defined(_MSC_VER) && _MSC_VER < 1900 |
| 24 | /*! \brief dummy constructor */ |
| 25 | explicit nullopt_t(int a) {} |
| 26 | #else |
| 27 | /*! \brief dummy constructor */ |
| 28 | constexpr explicit nullopt_t(int a) {} |
nothing calls this directly
no outgoing calls
no test coverage detected