-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.world readyAn issue relating string character encodings, localization translations, etc.An issue relating string character encodings, localization translations, etc.
Milestone
Description
* Operating System and version: ubuntu 16.04
* VS Code : 1.19.3
* C/C++ extension version: 0.14.6
code snippet:
using namespace std;
struct A {
static A st(const char*, string x, int) {
return {};
}
A(string, string) {
}
A() {
}
void foo() {}
};
int main(int , char**) {
std::vector<A> a {
A::st("aaaaaaaaaaaaaaa", "абвг")
};
}
Metadata
Metadata
Assignees
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.world readyAn issue relating string character encodings, localization translations, etc.An issue relating string character encodings, localization translations, etc.
