boost::variant(const char*->bool)
Open
- Dominant language
- C++
- Stars
- 47
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
```
boost::variant v1("11");
cout << v1.type().name()< v2(string("11"));
cout << v2.type().name() << endl;//class std::basic_string,class std::allocator >
return 0;
```
Issue was imported from [Trac 13079](https://svn.boost.org/trac10/ticket/13079)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.