Skip to content

Commit c31e5f5

Browse files
authored
Merge pull request #2478 from Pharap/fix-cpp-mistake
Fix mistake in C++ code merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2 parents d2c31a5 + 580358c commit c31e5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cpptod.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ struct Integer&lt; 16 &gt;
638638

639639
struct Integer&lt; 32 &gt;
640640
{
641-
typedef int int_type ;
641+
typedef long int_type ;
642642
};
643643

644644
struct Integer&lt; 64 &gt;

0 commit comments

Comments
 (0)