Proceedings of the 9th Balkan Conference on Informatics 2019
DOI: 10.1145/3351556.3351570
|View full text |Cite
|
Sign up to set email alerts
|

On the Validated Usage of the C++ Standard Template Library

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
3
0
1

Year Published

2020
2020
2023
2023

Publication Types

Select...
3
1

Relationship

1
3

Authors

Journals

citations
Cited by 4 publications
(4 citation statements)
references
References 9 publications
0
3
0
1
Order By: Relevance
“…We compared different methods of validating STL usage, including metaprogramming, run-time checks, and static analysis [3]. There is no clear winner; each method has its tradeoffs.…”
Section: Related Workmentioning
confidence: 99%
“…We compared different methods of validating STL usage, including metaprogramming, run-time checks, and static analysis [3]. There is no clear winner; each method has its tradeoffs.…”
Section: Related Workmentioning
confidence: 99%
“…A harmadik tézis az első két tézisben kidolgozott módszereket alkalmazza a formális szoftverfejlesztés egyes problémáinak megoldására: Az 5. fejezet a metaprogramozás segítségével alkotja meg az alapvető programkonstrukciók levezetési szabályait és a klasszikus logika egyes bizonyítási sémáit [32]. A 6. és 7. fejezetek a dinamikus memóriakezelést és mutatókat [37], valamint tárolókat és bejárókat [38,39] használó programok levezetésével foglalkoznak. A tézis eredményei:…”
Section: A Dolgozat Eredményeiunclassified
“…Correctly, 1 should be printed. std::cout << s.count ( 3 ); // prints 0 in spite of it is contained This phenonmenon is weird, the root cause is hard to find. Compilers should emit error (or warning at least) diagnostics, but the problem is not detected at all.…”
Section: Introductionmentioning
confidence: 99%
“…It is open source and based on the LLVM compiler infrastructure. It is mainly developed by the community, there are many contributors, also it is supported by big companies as well [3].…”
Section: Introductionmentioning
confidence: 99%