Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
labor_peldak
/
lab_02
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
ea4bc3b1
authored
Feb 14, 2019
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MS ver javitás
parent
b1b3853a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
string1/memtrace.h
+1
-1
string2_cpp/memtrace.h
+1
-1
string2_cpp/string2.vcxproj
+3
-3
No files found.
string1/memtrace.h
View file @
ea4bc3b1
...
...
@@ -80,7 +80,7 @@ inclue-ok: 2017., 2018.
#define THROW_NOTHING
#else
// C++11 vagy jabb
#define THROW_BADALLOC noxcept(false)
#define THROW_BADALLOC no
e
xcept(false)
#define THROW_NOTHING noexcept
#endif
#else
...
...
string2_cpp/memtrace.h
View file @
ea4bc3b1
...
...
@@ -80,7 +80,7 @@ inclue-ok: 2017., 2018.
#define THROW_NOTHING
#else
// C++11 vagy jabb
#define THROW_BADALLOC noxcept(false)
#define THROW_BADALLOC no
e
xcept(false)
#define THROW_NOTHING noexcept
#endif
#else
...
...
string2_cpp/string2.vcxproj
View file @
ea4bc3b1
...
...
@@ -77,12 +77,12 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="memtrace.h" />
<ClInclude Include="string
1
.h" />
<ClInclude Include="string
2
.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="memtrace.cpp" />
<ClCompile Include="string
1
.cpp" />
<ClCompile Include="string
1
_main.cpp" />
<ClCompile Include="string
2
.cpp" />
<ClCompile Include="string
2
_main.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment